mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
c48ff73dd6
CryptGenRandom() maximum size is PY_DWORD_MAX, not INT_MAX. Use DWORD type for the 'chunk' variable Co-Authored-By: Jeremy Kloth <jeremy.kloth@gmail.com>
Miscellaneous source files for the main Python shared library