Staging
v0.5.1
https://github.com/python/cpython
Revision 88704334e5262c6cd395a0809d4ef810f33f3ca5 authored by mbarkhau on 24 January 2020, 14:51:16 UTC, committed by Giampaolo Rodola on 24 January 2020, 14:51:16 UTC
1 parent 66b00a9
Raw File
Tip revision: 88704334e5262c6cd395a0809d4ef810f33f3ca5 authored by mbarkhau on 24 January 2020, 14:51:16 UTC
bpo-39390 shutil: fix argument types for ignore callback (GH-18122)
Tip revision: 8870433
interpreteridobject.h
#ifndef Py_INTERPRETERIDOBJECT_H
#define Py_INTERPRETERIDOBJECT_H

#ifdef __cplusplus
extern "C" {
#endif

#ifndef Py_LIMITED_API
#  define Py_CPYTHON_INTERPRETERIDOBJECT_H
#  include  "cpython/interpreteridobject.h"
#  undef Py_CPYTHON_INTERPRETERIDOBJECT_H
#endif

#ifdef __cplusplus
}
#endif
#endif /* !Py_INTERPRETERIDOBJECT_H */
back to top