closes bpo-32460: ensure all non-static globals have initializers (#5061)

This commit is contained in:
Benjamin Peterson 2017-12-31 10:04:13 -08:00 committed by GitHub
parent 6c6d3a4608
commit 0a37a30037
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 58 additions and 59 deletions

View file

@ -28,10 +28,6 @@
#include <Python.h>
/** adapters registry **/
extern PyObject *psyco_adapters;
/** the names of the three mandatory methods **/
#define MICROPROTOCOLS_GETQUOTED_NAME "getquoted"