mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
merge Include/my*.h into Include/pyport.h
marked my*.h as obsolete
This commit is contained in:
parent
885082ca67
commit
7e01890986
31 changed files with 341 additions and 51 deletions
|
@ -54,8 +54,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|||
|
||||
#include "pyport.h"
|
||||
|
||||
#include "myproto.h"
|
||||
|
||||
#include "object.h"
|
||||
#include "objimpl.h"
|
||||
|
||||
|
@ -85,7 +83,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|||
|
||||
#include "codecs.h"
|
||||
#include "pyerrors.h"
|
||||
#include "mymalloc.h"
|
||||
|
||||
#include "pystate.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue