/Tests/FindPython/Python2Module/

title='Atom feed' href='http://service.techsat.com/oss-git/cpython.git/atom/Doc/data/refcounts.dat?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiffstats
path: root/Doc/data/refcounts.dat
Commit message (Expand)AuthorAgeFilesLines
* bpo-38858: new_interpreter() reuses pycore_init_builtins() (GH-17351)Victor Stinner2019-11-221-2/+0
* Fix typo: Pyssize_t => Py_ssize_t (GH-15411)Sergey Fedoseev2019-08-261-1/+1
* bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode...Pablo Galindo2019-07-011-1/+18
* bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202)Pablo Galindo2019-05-28