[issue34161] (good first issue) Tutorial 7.1 str.format() code example syntax error

2018-07-20 Thread Aaqa Ishtyaq


Change by Aaqa Ishtyaq :


--
keywords: +patch
pull_requests: +7884
stage: needs patch -> patch review

___
Python tracker 
<https://bugs.python.org/issue34161>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34161] (good first issue) Tutorial 7.1 str.format() code example syntax error

2018-07-20 Thread Aaqa Ishtyaq


Change by Aaqa Ishtyaq :


--
pull_requests: +7885

___
Python tracker 
<https://bugs.python.org/issue34161>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35475] Docs do not show PyImport_AddModuleObject() returns a borrowed reference.

2018-12-12 Thread Aaqa Ishtyaq


Aaqa Ishtyaq  added the comment:

Hi, I want to work on this issue, but I'm confused about how to apply to 
PyImport_AddModuleObject.

I was also going through c_annotations.py[1].

[1] 
https://github.com/python/cpython/blob/master/Doc/tools/extensions/c_annotations.py

--
nosy: +aaqaishtyaq

___
Python tracker 
<https://bugs.python.org/issue35475>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35475] Docs do not show PyImport_AddModuleObject() returns a borrowed reference.

2018-12-13 Thread Aaqa Ishtyaq


Aaqa Ishtyaq  added the comment:

I was going through the source code to understand what is going on, but I can't 
find any function that returns a borrowed reference for 
'PyImport_AddModuleObject'.

Also, should I need to familiar with these macros and how they work?
https://docs.python.org/3/c-api/refcounting.html

--

___
Python tracker 
<https://bugs.python.org/issue35475>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com