File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ class _sre.SRE_Pattern "PatternObject *" "get_sre_module_state_by_type(tp)->Patt
279
279
class _sre.SRE_Match "MatchObject *" "get_sre_module_state_by_type(tp)->Match_Type"
280
280
class _sre.SRE_Scanner "ScannerObject *" "get_sre_module_state_by_type(tp)->Scanner_Type"
281
281
[clinic start generated code]*/
282
- /*[clinic end generated code: output=da39a3ee5e6b4b0d input=9f2e869a208f635c ]*/
282
+ /*[clinic end generated code: output=da39a3ee5e6b4b0d input=8b48770d8db721b4 ]*/
283
283
284
284
/*[clinic input]
285
285
_sre.getcodesize -> int
@@ -2841,7 +2841,7 @@ do { \
2841
2841
goto error; \
2842
2842
int res = PyModule_AddObjectRef(module, name, o); \
2843
2843
Py_DECREF(o); \
2844
- if (res <) { \
2844
+ if (res < 0 ) { \
2845
2845
goto error; \
2846
2846
} \
2847
2847
} while (0)
@@ -2850,8 +2850,6 @@ static int
2850
2850
sre_exec (PyObject * m )
2851
2851
{
2852
2852
_sremodulestate * state ;
2853
- PyObject * d ;
2854
- PyObject * x ;
2855
2853
2856
2854
/* Create heap types */
2857
2855
state = get_sre_module_state (m );
You can’t perform that action at this time.
0 commit comments