Staging
v0.5.1
https://github.com/python/cpython
Revision 7e433733175e76627d46ed9bdab543860cd1452d authored by Victor Stinner on 08 November 2019, 09:05:17 UTC, committed by GitHub on 08 November 2019, 09:05:17 UTC
* Add _PyObject_VectorcallTstate() function: similar to
  _PyObject_Vectorcall(), but with tstate parameter
* Add tstate parameter to _PyObject_MakeTpCall()
1 parent befa032
Raw File
Tip revision: 7e433733175e76627d46ed9bdab543860cd1452d authored by Victor Stinner on 08 November 2019, 09:05:17 UTC
bpo-38644: Add _PyObject_VectorcallTstate() (GH-17052)
Tip revision: 7e43373
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top