mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-38465: Convert the type of exports counters to Py_ssize_t. (GH-16746)
This commit is contained in:
parent
74142078b3
commit
06cd5b6acd
4 changed files with 7 additions and 7 deletions
|
@ -97,7 +97,7 @@ typedef struct {
|
|||
#else
|
||||
off_t offset;
|
||||
#endif
|
||||
int exports;
|
||||
Py_ssize_t exports;
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
HANDLE map_handle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue