mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Issue #11918: OS/2 and VMS are no more supported because of the lack of
maintainer.
This commit is contained in:
parent
d972d8fea2
commit
b90db4caf0
5 changed files with 14 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
#include "Python.h"
|
||||
|
||||
#if defined(__VMS)
|
||||
# error "PEP 11: VMS is now unsupported, code will be removed in Python 3.4"
|
||||
# include <unixio.h>
|
||||
#endif /* defined(__VMS) */
|
||||
|
||||
|
@ -45,6 +46,7 @@ corresponding Unix manual entries for more information on calls.");
|
|||
|
||||
|
||||
#if defined(PYOS_OS2)
|
||||
#error "PEP 11: OS/2 is now unsupported, code will be removed in Python 3.4"
|
||||
#define INCL_DOS
|
||||
#define INCL_DOSERRORS
|
||||
#define INCL_DOSPROCESS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue