Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
32f82539
Commit
32f82539
authored
Sep 07, 2019
by
Sergey Fedoseev
Committed by
Serhiy Storchaka
Sep 07, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some unused defines in multiprocessing.h. (GH-15661)
It looks like they are unused since
87cf2209
.
parent
3ccdbc33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
Modules/_multiprocessing/multiprocessing.h
Modules/_multiprocessing/multiprocessing.h
+0
-10
No files found.
Modules/_multiprocessing/multiprocessing.h
View file @
32f82539
...
...
@@ -27,14 +27,6 @@
# include <semaphore.h>
typedef
sem_t
*
SEM_HANDLE
;
# endif
# define HANDLE int
# define SOCKET int
# define BOOL int
# define UINT32 uint32_t
# define INT32 int32_t
# define TRUE 1
# define FALSE 0
# define INVALID_HANDLE_VALUE (-1)
#endif
/*
...
...
@@ -72,8 +64,6 @@
# define T_HANDLE T_POINTER
# define F_SEM_HANDLE F_HANDLE
# define T_SEM_HANDLE T_HANDLE
# define F_DWORD "k"
# define T_DWORD T_ULONG
#else
# define F_HANDLE "i"
# define T_HANDLE T_INT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment