FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Remove redundant references to thread stuff -- long, long ago, there · python/cpython@f095806 · GitHub

/ cpython Public

Commit f095806

Browse files
committed
Remove redundant references to thread stuff -- long, long ago, there
was some locking code in this file that needed it...
1 parent 7427791 commit f095806

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

‎Include/classobject.h‎

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ PERFORMANCE OF THIS SOFTWARE.
3737

3838
/* Class object interface */
3939

40-
#ifdef WITH_THREAD
41-
#include "thread.h"
42-
#else
43-
#define get_thread_ident() 1L
44-
#endif
45-
4640
/* Revealing some structures (not for general use) */
4741

4842
typedef struct {

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL