[Python-checkins] [python/cpython] 3b5cf8: bpo-30524: Write unit tests for FASTCALL (#2022)

GitHub noreply at github.com
Fri Jun 9 10:48:47 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 3b5cf85edc188345668f987c824a2acb338a7816
      https://github.com/python/cpython/commit/3b5cf85edc188345668f987c824a2acb338a7816
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-06-09 (Fri, 09 Jun 2017)

  Changed paths:
    M Lib/test/test_call.py
    M Modules/_testcapimodule.c

  Log Message:
  -----------
  bpo-30524: Write unit tests for FASTCALL (#2022)

Test C functions:

* _PyObject_FastCall()
* _PyObject_FastCallDict()
* _PyObject_FastCallKeywords()




More information about the Python-checkins mailing list