mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
closes bpo-32460: ensure all non-static globals have initializers (#5061)
This commit is contained in:
parent
6c6d3a4608
commit
0a37a30037
9 changed files with 58 additions and 59 deletions
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
/** the adapters registry **/
|
||||
|
||||
PyObject *psyco_adapters;
|
||||
static PyObject *psyco_adapters = NULL;
|
||||
|
||||
/* pysqlite_microprotocols_init - initialize the adapters dictionary */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue