mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Added a missing newline Output().
This commit is contained in:
parent
ab16c35f46
commit
c700110735
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ class ObjectDefinition(GeneratorGroup):
|
|||
"Override this method to apply additional checks/conversions"
|
||||
|
||||
def outputConvert(self):
|
||||
Output()
|
||||
Output("%sint %s_Convert(PyObject *v, %s *p_itself)", self.static, self.prefix,
|
||||
self.itselftype)
|
||||
OutLbrace()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue