mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
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