mirror of
https://github.com/python/cpython.git
synced 2026-08-17 17:58:18 +08:00
Explicit cast a pointer difference (intptr_t) to int to fix
two warnings on 64-bit Windows:
Modules\pyexpat.c(1181): warning C4244: 'initializing':
conversion from '__int64' to 'int', possible loss of data
Modules\pyexpat.c(1192): warning C4244: 'initializing':
conversion from '__int64' to 'int', possible loss of data
Source files for standard library extension modules, and former extension modules that are now builtin modules.