mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Thanks to Chris Herborth, the thread primitives now have proper Py*
names in the source code (they already had those for the linker, through some smart macros; but the source still had the old, un-Py names).
This commit is contained in:
parent
14f53a7757
commit
65d5b5763c
20 changed files with 507 additions and 548 deletions
|
|
@ -196,7 +196,7 @@ typedef void (*dl_funcptr)(void);
|
|||
|
||||
#ifdef WITH_THREAD
|
||||
#include "pythread.h"
|
||||
static type_lock beos_dyn_lock;
|
||||
static PyThread_type_lock beos_dyn_lock;
|
||||
#endif
|
||||
|
||||
static PyObject *beos_dyn_images = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue