Searched refs:_randommodule (Results 1 – 12 of 12) sorted by relevance
95 static struct PyModuleDef _randommodule; variable97 #define _randomstate_global get_random_state(PyState_FindModule(&_randommodule))592 static struct PyModuleDef _randommodule = { variable614 m = PyModule_Create(&_randommodule); in PyInit__random()
180 #_random _randommodule.c -DPy_BUILD_CORE_MODULE # Random number generator
10 _random _randommodule.c
65 "Modules/_randommodule.c",
67 "Modules/_randommodule.c",
44 "Modules/_randommodule.c",
325 @.^.Lib._random/pyd: @.^.Modules.o._randommodule s.linktab326 $(MAKEDLK) -d @.^.Lib._random/pyd -s s.linktab -o @.^.Modules.o._randommodule -e init_random
80 Fix a potential double free in Modules/_randommodule.c.
1277 ; From python27_s.lib(_randommodule)
168 SOURCE=..\..\Modules\_randommodule.c
493 "Modules/_randommodule.c",
178 #_random _randommodule.c # Random number generator