| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
7d09de7d8b99ea2be554ef0fc61276942ca9c2e1
|
| |
|
|
| |
66d561a885456063f0ad0ce50b463d45c9f93020
|
| |
|
|
| |
5cc63398eec743d9095bc0a8366ce64dc56680a5
|
| |
|
|
| |
4c8d17f5092930dba3a969736cfed1def0bd4df1
|
| |
|
|
|
| |
Backport of [PR #115350](https://github.com/python/cpython/pull/115350.patch) from CPython upstream.
7a2729f31048ba63762a6d3a890308c23db5c969
|
| |
|
|
| |
9212dd8d85380149b5945c3b5c8f73210e8e25ca
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
`_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
|
|
|
* 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
|