Victor Stinner
|
259f0e4437
|
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Issue #29286. Run Argument Clinic to get the new faster METH_FASTCALL calling
convention for functions using only positional arguments.
|
2017-01-17 01:35:17 +01:00 |
Antoine Pitrou
|
d741ed492f
|
Issue #28427: old keys should not remove new values from
WeakValueDictionary when collecting from another thread.
|
2016-12-27 14:23:43 +01:00 |
Antoine Pitrou
|
e10ca3a0fe
|
Issue #28427: old keys should not remove new values from
WeakValueDictionary when collecting from another thread.
|
2016-12-27 14:19:20 +01:00 |
Serhiy Storchaka
|
2954f83999
|
- Issue #27332: Fixed the type of the first argument of module-level functions
generated by Argument Clinic. Patch by Petr Viktorin.
|
2016-07-07 18:20:03 +03:00 |
Serhiy Storchaka
|
1a2b24f02d
|
Issue #27332: Fixed the type of the first argument of module-level functions
generated by Argument Clinic. Patch by Petr Viktorin.
|
2016-07-07 17:35:15 +03:00 |
Serhiy Storchaka
|
5dee6551e2
|
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
|
2016-06-09 16:16:06 +03:00 |
Serhiy Storchaka
|
1009bf18b3
|
Issue #23501: Argumen Clinic now generates code into separate files by default.
|
2015-04-03 23:53:51 +03:00 |