summaryrefslogtreecommitdiff
path: root/Objects/clinic/codeobject.c.h
Commit message (Collapse)AuthorAgeFilesLines
* bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)Serhiy Storchaka2020-05-261-36/+1
| | | | Only __index__ should be used to make integer conversions lossless.
* Document CodeType.replace (GH-17776)Anthony Sottile2020-01-011-2/+2
|
* bpo-37034: Display argument name on errors with keyword arguments with ↵Rémi Lapeyre2019-08-291-10/+10
| | | | Argument Clinic. (GH-13593)
* bpo-37032: Add CodeType.replace() method (GH-13542)Victor Stinner2019-05-241-0/+256