[issue47155] Strange behavior on the tuple that includes list

2022-03-29 Thread Furkan Onder
New submission from Furkan Onder : I am creating the tuple that includes a list and than I am trying to add new value to this list. Interpreter throw the error, but list is changing. I think it doesn't make sense. I think if we throw the type error, list shouldn't be change. >>> t

[issue27779] Sync-up docstrings in C version of the the decimal module

2020-05-27 Thread Furkan Onder
Furkan Onder added the comment: Patches are prepared but not continued. It can be merge by small additions to the patches. -- nosy: +furkanonder ___ Python tracker <https://bugs.python.org/issue27

[issue34431] Docs does not eval allows code object as argument

2020-05-17 Thread Furkan Onder
Furkan Onder added the comment: Hi Jonathan, Are you still planning to work on the patch? -- ___ Python tracker <https://bugs.python.org/issue34431> ___ ___

[issue26329] os.path.normpath("//") returns //

2020-05-16 Thread Furkan Onder
Change by Furkan Onder : -- pull_requests: +19444 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/20138 ___ Python tracker <https://bugs.python.org/issu

[issue26329] os.path.normpath("//") returns //

2020-05-16 Thread Furkan Onder
Furkan Onder added the comment: PR has been sent! -- nosy: +furkanonder ___ Python tracker <https://bugs.python.org/issue26329> ___ ___ Python-bugs-list mailin

[issue40462] [easy] undefined name in Lib/test/mock_socket.py

2020-05-14 Thread Furkan Onder
Furkan Onder added the comment: You are welcome :=) -- ___ Python tracker <https://bugs.python.org/issue40462> ___ ___ Python-bugs-list mailing list Unsub

[issue19956] inspect.getsource(obj.foo) fails when foo is an injected method constructed from another method

2020-05-10 Thread Furkan Onder
Furkan Onder added the comment: PR has been sent. -- ___ Python tracker <https://bugs.python.org/issue19956> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23677] Mention dict and set comps in library reference

2020-05-10 Thread Furkan Onder
Furkan Onder added the comment: PR has been sent. -- ___ Python tracker <https://bugs.python.org/issue23677> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23677] Mention dict and set comps in library reference

2020-05-10 Thread Furkan Onder
Change by Furkan Onder : -- nosy: +furkanonder nosy_count: 8.0 -> 9.0 pull_requests: +19337 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/20027 ___ Python tracker <https://bugs.python.org/i

[issue19956] inspect.getsource(obj.foo) fails when foo is an injected method constructed from another method

2020-05-10 Thread Furkan Onder
Change by Furkan Onder : -- nosy: +furkanonder nosy_count: 6.0 -> 7.0 pull_requests: +19335 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/20025 ___ Python tracker <https://bugs.python.org/i

[issue1944] Document PyUnicode_* API

2020-05-08 Thread Furkan Onder
Change by Furkan Onder : -- nosy: +furkanonder nosy_count: 8.0 -> 9.0 pull_requests: +19322 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/20011 ___ Python tracker <https://bugs.python.org/

[issue34431] Docs does not eval allows code object as argument

2020-05-08 Thread Furkan Onder
Change by Furkan Onder : -- keywords: +patch nosy: +furkanonder nosy_count: 4.0 -> 5.0 pull_requests: +19313 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/2 ___ Python tracker <https://bugs.p

[issue2716] Document license under which audioop is used

2020-05-06 Thread Furkan Onder
Change by Furkan Onder : -- keywords: +patch pull_requests: +19289 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/19972 ___ Python tracker <https://bugs.python.org/iss

[issue40462] [easy] undefined name in Lib/test/mock_socket.py

2020-05-06 Thread Furkan Onder
Change by Furkan Onder : -- pull_requests: +19288 pull_request: https://github.com/python/cpython/pull/19972 ___ Python tracker <https://bugs.python.org/issue40

[issue2716] Document license under which audioop is used

2020-05-06 Thread Furkan Onder
Furkan Onder added the comment: PR has been sent. -- nosy: +furkanonder ___ Python tracker <https://bugs.python.org/issue2716> ___ ___ Python-bugs-list mailin

[issue25707] Add the close method for ElementTree.iterparse() object

2020-05-06 Thread Furkan Onder
Furkan Onder added the comment: Python 3.8.2 (default, Apr 8 2020, 14:31:25) [GCC 9.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import xml.etree.ElementTree as ET >>> import

[issue13097] ctypes: segfault with large number of callback arguments

2020-05-03 Thread Furkan Onder
Furkan Onder added the comment: The issue continues in python 3.8.2. -- nosy: +furkanonder ___ Python tracker <https://bugs.python.org/issue13097> ___ ___ Pytho

[issue40462] [easy] undefined name in Lib/test/mock_socket.py

2020-05-01 Thread Furkan Onder
Furkan Onder added the comment: Hello, I sent a PR that corrects variable and function names. I'm not sure how to fix it for Lib/test/test_json/test_recursion.py:55:24 so I didn't make any changes. -- ___ Python tracker <https://bugs.python.

[issue40462] [easy] undefined name in Lib/test/mock_socket.py

2020-05-01 Thread Furkan Onder
Change by Furkan Onder : -- keywords: +patch nosy: +furkanonder nosy_count: 1.0 -> 2.0 pull_requests: +19151 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19832 ___ Python tracker <https://bugs.python.org/i

[issue39423] Process finished with exit code -1073741819 (0xC0000005) when trying to access data from a pickled file

2020-04-21 Thread Furkan Onder
Furkan Onder added the comment: Hi, Can you share the program codes to better understand the problem? -- nosy: +furkanonder ___ Python tracker <https://bugs.python.org/issue39

[issue38770] Pickle handle self references in classes

2020-04-21 Thread Furkan Onder
Furkan Onder added the comment: Ahh. I misunderstood the problem. Pickle behaves differently when it is a circular reference. If you have a solution, I am waiting with curiosity. -- ___ Python tracker <https://bugs.python.org/issue38

[issue39817] CRITICAL: TypeError: cannot pickle 'generator'

2020-04-21 Thread Furkan Onder
Furkan Onder added the comment: Can you send your code? -- nosy: +furkanonder ___ Python tracker <https://bugs.python.org/issue39817> ___ ___ Python-bugs-list m

[issue38770] Pickle handle self references in classes

2020-04-21 Thread Furkan Onder
Furkan Onder added the comment: I ran your script and didn't get RecursionError. The issue seems to be fixed. Python 3.8.2 (default, Apr 8 2020, 14:31:25) [GCC 9.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. &

[issue27635] pickle documentation says that unpickling may not call __new__

2020-04-21 Thread Furkan Onder
Furkan Onder added the comment: The problem is fixed, issue can be closed. -- ___ Python tracker <https://bugs.python.org/issue27635> ___ ___ Python-bugs-list m

[issue19113] duplicate test names in Lib/ctypes/test/test_functions.py

2020-04-17 Thread Furkan Onder
Furkan Onder added the comment: There are two tests with same name in the same test class (ctypes.test.test_functions test_errors) After merging both and re-run I encounter with this error which looks like it was always there but overwritten by other test (with same name) F

[issue40223] Add -fwrapv for new icc versions

2020-04-17 Thread Furkan Onder
Furkan Onder added the comment: Pr has been sent. -- ___ Python tracker <https://bugs.python.org/issue40223> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40223] Add -fwrapv for new icc versions

2020-04-16 Thread Furkan Onder
Change by Furkan Onder : -- keywords: +patch nosy: +furkanonder nosy_count: 1.0 -> 2.0 pull_requests: +18905 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/19561 ___ Python tracker <https://bugs.p

[issue26571] turtle regression in 3.5

2020-04-11 Thread Furkan Onder
Furkan Onder added the comment: PR has been sent. -- ___ Python tracker <https://bugs.python.org/issue26571> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19468] Relax the type restriction on reloaded modules

2020-04-11 Thread Furkan Onder
Furkan Onder added the comment: PR has been sent. -- ___ Python tracker <https://bugs.python.org/issue19468> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21760] inspect documentation describes module type inaccurately

2020-04-11 Thread Furkan Onder
Furkan Onder added the comment: PR has been sent. -- ___ Python tracker <https://bugs.python.org/issue21760> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26571] turtle regression in 3.5

2020-04-10 Thread Furkan Onder
Change by Furkan Onder : -- keywords: +patch nosy: +furkanonder nosy_count: 4.0 -> 5.0 pull_requests: +18820 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/19465 ___ Python tracker <https://bugs.p

[issue19468] Relax the type restriction on reloaded modules

2020-04-07 Thread Furkan Onder
Change by Furkan Onder : -- keywords: +patch nosy: +furkanonder nosy_count: 3.0 -> 4.0 pull_requests: +18783 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/19424 ___ Python tracker <https://bugs.p

[issue40200] count 0 crash

2020-04-05 Thread Furkan Onder
Furkan Onder added the comment: Can i see the program code? -- nosy: +furkanonder ___ Python tracker <https://bugs.python.org/issue40200> ___ ___ Python-bug

[issue19961] MacOSX: Tkinter build failure when building without command-line tools

2020-04-02 Thread Furkan Onder
Furkan Onder added the comment: You can try this solution, https://stackoverflow.com/questions/11465258/xlib-h-not-found-when-building-graphviz-on-mac-os-x-10-8-mountain-lion#12089021 -- nosy: +furkanonder ___ Python tracker <ht

[issue15140] PEP 384 inconsistent with implementation

2020-04-01 Thread Furkan Onder
Furkan Onder added the comment: It fixed. -- nosy: +furkanonder ___ Python tracker <https://bugs.python.org/issue15140> ___ ___ Python-bugs-list mailin

[issue27635] pickle documentation says that unpickling may not call __new__

2020-03-31 Thread Furkan Onder
Furkan Onder added the comment: There is still an mistake in the document. I sent a pr to fix it. -- ___ Python tracker <https://bugs.python.org/issue27

[issue27635] pickle documentation says that unpickling may not call __new__

2020-03-31 Thread Furkan Onder
Change by Furkan Onder : -- keywords: +patch nosy: +furkanonder nosy_count: 4.0 -> 5.0 pull_requests: +18626 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/19269 ___ Python tracker <https://bugs.p

[issue40086] test_etree is skipped in test_typing due to cElementTree removal

2020-03-28 Thread Furkan Onder
Furkan Onder added the comment: @xtreak You're welcome :) -- ___ Python tracker <https://bugs.python.org/issue40086> ___ ___ Python-bugs-list mailing list Unsub