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

GitHub noreply at github.com
Fri Jun 9 16:28:34 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: b7577456c430283f8b7ec4e914b701cb943cc69b
      https://github.com/python/cpython/commit/b7577456c430283f8b7ec4e914b701cb943cc69b
  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) (#2030)

Test C functions:

* _PyObject_FastCall()
* _PyObject_FastCallDict()
* _PyObject_FastCallKeywords()
(cherry picked from commit 3b5cf85edc188345668f987c824a2acb338a7816)




More information about the Python-checkins mailing list