summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/Modules/_pickle.c
Commit message (Collapse)AuthorAgeFilesLines
* Update Python 3 to 3.12.8shadchin2024-12-231-0/+5
| | | | commit_hash:c20045b8a987d8720e1f3328270357491d5530f3
* Update Python 3 to 3.12.7shadchin2024-10-271-4/+5
| | | | commit_hash:052a122399d67f1ea5dfbc5f6457e3e06200becf
* Update Python 3 to 3.12.6shadchin2024-09-171-16/+8
| | | | commit_hash:43ed87a61b9efe3a87682fda1f0bff6f7b422cc9
* Update Python 3 to 3.12.5shadchin2024-08-171-20/+42
| | | | | https://docs.python.org/release/3.12.5/whatsnew/changelog.html#python-3-12-5-final de86cdeacd3a8653b9ec36e87975886fafcf6dc2
* Remove unnecessary patchthegeorg2024-02-241-9/+9
| | | | | | | | | | | | | `_pickle.c` works this around since 3.11.1 / rXXXXXX by having the following stanza at beggining of the file: ``` #ifdef MS_WINDOWS #define FLOAT FLOAT_ #define INT INT_ #define LONG LONG_ #endif ``` 8ac860799f2860a9dfb3e590f514b1ac7a2c3a9e
* Sync contrib/tools/python3 layout with upstreamthegeorg2024-02-191-0/+7986
* Move src/ subdir contents to the top of the layout * Rename self-written lib -> lib2 to avoid CaseFolding warning from the VCS * Regenerate contrib/libs/python proxy-headers accordingly 4ccc62ac1511abcf0fed14ccade38e984e088f1e