Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7552eb8

Browse files
committed
merge with 3.4
2 parents 8de5b40 + bae334c commit 7552eb8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/tools/sphinxext/c_annotations.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Usage: Set the `refcount_file` config value to the path to the reference
1414
count data file.
1515
16-
:copyright: Copyright 2007-2013 by Georg Brandl.
16+
:copyright: Copyright 2007-2014 by Georg Brandl.
1717
:license: Python license.
1818
"""
1919

@@ -118,3 +118,4 @@ def new_handle_signature(self, sig, signode):
118118
signode.parent['stableabi'] = 'stableabi' in self.options
119119
return old_handle_signature(self, sig, signode)
120120
CObject.handle_signature = new_handle_signature
121+
return {'version': '1.0', 'parallel_read_safe': True}

Doc/tools/sphinxext/pyspecific.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,3 +345,4 @@ def setup(app):
345345
app.add_directive_to_domain('py', 'decorator', PyDecoratorFunction)
346346
app.add_directive_to_domain('py', 'decoratormethod', PyDecoratorMethod)
347347
app.add_directive('miscnews', MiscNews)
348+
return {'version': '1.0', 'parallel_read_safe': True}

0 commit comments

Comments
 (0)