mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
bpo-46670: Remove unused macros in the Python directory (GH-31192)
This commit is contained in:
parent
760349198d
commit
7d8b69e1d1
4 changed files with 2 additions and 29 deletions
|
@ -45,11 +45,9 @@
|
|||
|
||||
#ifdef Py_DEBUG
|
||||
static int thread_debug = 0;
|
||||
#define dprintf(args) (void)((thread_debug & 1) && printf args)
|
||||
#define d2printf(args) ((thread_debug & 8) && printf args)
|
||||
# define dprintf(args) (void)((thread_debug & 1) && printf args)
|
||||
#else
|
||||
#define dprintf(args)
|
||||
#define d2printf(args)
|
||||
# define dprintf(args)
|
||||
#endif
|
||||
|
||||
static int initialized;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue