8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea62a4b commit 0108b2aCopy full SHA for 0108b2a
Modules/_zoneinfo.c
@@ -2468,7 +2468,7 @@ clear_strong_cache(const PyTypeObject *const type)
2468
}
2469
2470
static PyObject *
2471
-new_weak_cache()
+new_weak_cache(void)
2472
{
2473
PyObject *weakref_module = PyImport_ImportModule("weakref");
2474
if (weakref_module == NULL) {
@@ -2482,7 +2482,7 @@ new_weak_cache()
2482
2483
2484
static int
2485
-initialize_caches()
+initialize_caches(void)
2486
2487
// TODO: Move to a PyModule_GetState / PEP 573 based caching system.
2488
if (TIMEDELTA_CACHE == NULL) {
0 commit comments