File tree Expand file tree Collapse file tree 10 files changed +18
-18
lines changed Expand file tree Collapse file tree 10 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,6 @@ extern "C" {
51
51
pub fn PyCodec_ReplaceErrors ( exc : * mut PyObject ) -> * mut PyObject ;
52
52
pub fn PyCodec_XMLCharRefReplaceErrors ( exc : * mut PyObject ) -> * mut PyObject ;
53
53
pub fn PyCodec_BackslashReplaceErrors ( exc : * mut PyObject ) -> * mut PyObject ;
54
- // skipped non-limited PyCodec_NameReplaceErrors from Include/codecs.h
55
- // skipped non-limited Py_hexdigits from Include/codecs.h
54
+ // skipped non-limited PyCodec_NameReplaceErrors from Include/codecs.h
55
+ // skipped non-limited Py_hexdigits from Include/codecs.h
56
56
}
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ extern "C" {
80
80
#[ cfg( Py_3_8 ) ]
81
81
pub fn PyCompile_OpcodeStackEffectWithJump ( opcode : c_int , oparg : c_int , jump : c_int ) -> c_int ;
82
82
83
- // skipped non-limited _PyASTOptimizeState
84
- // skipped non-limited _PyAST_Optimize
83
+ // skipped non-limited _PyASTOptimizeState
84
+ // skipped non-limited _PyAST_Optimize
85
85
}
86
86
87
87
pub const Py_single_input : c_int = 256 ;
Original file line number Diff line number Diff line change @@ -56,6 +56,6 @@ extern "C" {
56
56
pub fn PyComplex_RealAsDouble ( op : * mut PyObject ) -> c_double ;
57
57
#[ cfg_attr( PyPy , link_name = "PyPyComplex_ImagAsDouble" ) ]
58
58
pub fn PyComplex_ImagAsDouble ( op : * mut PyObject ) -> c_double ;
59
- // skipped non-limited PyComplex_AsCComplex
60
- // skipped non-limited _PyComplex_FormatAdvancedWriter
59
+ // skipped non-limited PyComplex_AsCComplex
60
+ // skipped non-limited _PyComplex_FormatAdvancedWriter
61
61
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ extern "C" {
7
7
pub static mut PyContextVar_Type : PyTypeObject ;
8
8
// skipped non-limited opaque PyContextVar
9
9
pub static mut PyContextToken_Type : PyTypeObject ;
10
- // skipped non-limited opaque PyContextToken
10
+ // skipped non-limited opaque PyContextToken
11
11
}
12
12
13
13
#[ inline]
@@ -41,5 +41,5 @@ extern "C" {
41
41
) -> c_int ;
42
42
pub fn PyContextVar_Set ( var : * mut PyObject , value : * mut PyObject ) -> * mut PyObject ;
43
43
pub fn PyContextVar_Reset ( var : * mut PyObject , token : * mut PyObject ) -> c_int ;
44
- // skipped non-limited _PyContext_NewHamtForTests
44
+ // skipped non-limited _PyContext_NewHamtForTests
45
45
}
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ extern "C" {
48
48
pub static mut PyWrapperDescr_Type : PyTypeObject ;
49
49
#[ cfg_attr( PyPy , link_name = "PyPyDictProxy_Type" ) ]
50
50
pub static mut PyDictProxy_Type : PyTypeObject ;
51
- // skipped non-limited _PyMethodWrapper_Type
51
+ // skipped non-limited _PyMethodWrapper_Type
52
52
}
53
53
54
54
extern "C" {
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ extern "C" {
64
64
) -> c_int ;
65
65
#[ cfg_attr( PyPy , link_name = "PyPyDict_DelItemString" ) ]
66
66
pub fn PyDict_DelItemString ( dp : * mut PyObject , key : * const c_char ) -> c_int ;
67
- // skipped 3.10 / ex-non-limited PyObject_GenericGetDict
67
+ // skipped 3.10 / ex-non-limited PyObject_GenericGetDict
68
68
}
69
69
70
70
#[ cfg_attr( windows, link( name = "pythonXY" ) ) ]
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ extern "C" {
22
22
closure : * mut PyObject ,
23
23
) -> * mut PyObject ;
24
24
25
- // skipped non-limited _PyEval_EvalCodeWithName
26
- // skipped non-limited _PyEval_CallTracing
25
+ // skipped non-limited _PyEval_EvalCodeWithName
26
+ // skipped non-limited _PyEval_CallTracing
27
27
}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ extern "C" {
29
29
pub static mut Py_FileSystemDefaultEncoding : * const c_char ;
30
30
pub static mut Py_FileSystemDefaultEncodeErrors : * const c_char ;
31
31
pub static mut Py_HasFileSystemDefaultEncoding : c_int ;
32
- // skipped Python 3.7 / ex-non-limited Py_UTF8Mode
32
+ // skipped Python 3.7 / ex-non-limited Py_UTF8Mode
33
33
}
34
34
35
35
// skipped _PyIsSelectable_fd
Original file line number Diff line number Diff line change @@ -79,9 +79,9 @@ pub unsafe fn PyCoroWrapper_Check(op: *mut PyObject) -> c_int {
79
79
#[ cfg_attr( windows, link( name = "pythonXY" ) ) ]
80
80
extern "C" {
81
81
pub static mut PyAsyncGen_Type : PyTypeObject ;
82
- // skipped _PyAsyncGenASend_Type
83
- // skipped _PyAsyncGenWrappedValue_Type
84
- // skipped _PyAsyncGenAThrow_Type
82
+ // skipped _PyAsyncGenASend_Type
83
+ // skipped _PyAsyncGenWrappedValue_Type
84
+ // skipped _PyAsyncGenAThrow_Type
85
85
}
86
86
87
87
// skipped PyAsyncGen_New
Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ extern "C" {
20
20
#[ cfg_attr( PyPy , link_name = "PyPyOS_AfterFork" ) ]
21
21
pub fn PyOS_AfterFork ( ) ;
22
22
23
- // skipped non-limited _PyOS_IsMainThread
24
- // skipped non-limited Windows _PyOS_SigintEvent
23
+ // skipped non-limited _PyOS_IsMainThread
24
+ // skipped non-limited Windows _PyOS_SigintEvent
25
25
}
You can’t perform that action at this time.
0 commit comments