mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Add DL_EXPORT() to all modules that could possibly be used
on BeOS or Windows.
This commit is contained in:
parent
50f385c197
commit
3886bb6997
47 changed files with 47 additions and 46 deletions
|
@ -424,7 +424,7 @@ A lock is not owned by the thread that locked it; another thread may\n\
|
|||
unlock it. A thread attempting to lock a lock that it has already locked\n\
|
||||
will block until another thread unlocks it. Deadlocks may ensue.";
|
||||
|
||||
void
|
||||
DL_EXPORT(void)
|
||||
initthread()
|
||||
{
|
||||
PyObject *m, *d;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue