[Python-Dev] Summary of Python tracker Issues
ACTIVITY SUMMARY (2020-09-25 - 2020-10-02) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open7688 ( +9) closed 45960 (+41) total 53648 (+50) Open issues with patches: 3138 Issues opened (36) == #41773: Clarify handling of infinity and nan in random.choices https://bugs.python.org/issue41773 reopened by rhettinger #41864: Compiler error in _zoneinfo.c:1227: error: #pragma GCC diagnos https://bugs.python.org/issue41864 opened by micwin #41866: Document error in chinese version of contextlib. https://bugs.python.org/issue41866 opened by siyuan #41867: Include options for timespec in docstrings of isoformat https://bugs.python.org/issue41867 opened by cool-RR #41868: SMTPLIB integrate or provide option to use "logging" https://bugs.python.org/issue41868 opened by hpkkumar007 #41869: Multiprocessing Manager Object Cleanup https://bugs.python.org/issue41869 opened by boom0192 #41875: __builtin_unreachable error in gcc 4.4.5 https://bugs.python.org/issue41875 opened by yota moteuchi #41876: Add __repr__ for Tkinter Font objects https://bugs.python.org/issue41876 opened by serhiy.storchaka #41877: Check against misspellings of assert etc. in mock https://bugs.python.org/issue41877 opened by vabr2 #41878: python3 fails to use custom mapping object as symbols in eval( https://bugs.python.org/issue41878 opened by Robert Haschke #41879: Outdated description of async iterables in documentation of as https://bugs.python.org/issue41879 opened by nickgaya #41880: Get Python include directories from sysconfigdata https://bugs.python.org/issue41880 opened by benwolsieffer #41882: CCompiler.has_function does not delete temporary files https://bugs.python.org/issue41882 opened by termim #41883: ctypes pointee goes out of scope, then pointer in struct dangl https://bugs.python.org/issue41883 opened by NankerPhelge #41884: tempfile.py TemporaryDirectory/mkdtemp defaults to mode 0o700, https://bugs.python.org/issue41884 opened by ray-sit #41886: PyType_Type is documented incorrectly https://bugs.python.org/issue41886 opened by da-woods #41887: ast.literal_eval does not accept strings with leading whitespa https://bugs.python.org/issue41887 opened by gousaiyang #41889: enum: Mixin and int base class regression in 3.8.6 https://bugs.python.org/issue41889 opened by puddly #41891: asyncio.wait_for does not wait for task/future to be completed https://bugs.python.org/issue41891 opened by rkojedzinszky #41892: use both "for in" and "ElementTree.remove" has a index bug https://bugs.python.org/issue41892 opened by WoodyWoo #41894: UnicodeDecodeError during load failure in non-UTF-8 locale https://bugs.python.org/issue41894 opened by kadler #41895: PyMethodDef does NOT have any fields contain context in embedd https://bugs.python.org/issue41895 opened by dexter #41896: Moving index with wordstart expression includes non-alphanumbe https://bugs.python.org/issue41896 opened by pyTama #41898: Any logging causes assertLogs to pass https://bugs.python.org/issue41898 opened by udalrich.schermer #41900: XML C14N serialisation fails with default namespace https://bugs.python.org/issue41900 opened by scoder #41902: Micro optimization for range.index if step is 1 https://bugs.python.org/issue41902 opened by corona10 #41903: PyNumber_InPlacePower ignores o3 if o1 implements __ipow__ https://bugs.python.org/issue41903 opened by hodgestar #41904: datetime.datetime.today makes no sense and should be removed https://bugs.python.org/issue41904 opened by yurzo #41905: add update_abstractmethods function to update an ABC's abstrac https://bugs.python.org/issue41905 opened by avrahami.ben #41906: logging.config.dictConfig does not work with callable filters https://bugs.python.org/issue41906 opened by raybb #41907: Regression in IntFlag behaviour in f-string https://bugs.python.org/issue41907 opened by rt121212121 #41908: Make IDLE Start Menu entry more descriptive https://bugs.python.org/issue41908 opened by terry.reedy #41909: Segfault on __getattr__ infinite recursion on certain attribut https://bugs.python.org/issue41909 opened by bluetech #41910: Document that object.__eq__ implements `a is b` https://bugs.python.org/issue41910 opened by brett.cannon #41911: Language reference incorrectly says comparison expressions ret https://bugs.python.org/issue41911 opened by brett.cannon #41912: Long generator chain causes segmentation fault https://bugs.python.org/issue41912 opened by karzes Most recent 15 issues with no replies (15) == #41912: Long generator chain causes segmentation fault https://bugs.python.org/issue41912 #41911: Language reference incorrectly says comparison expressions ret https://bugs.python.org/issue41911 #41910: Document that object.__eq__ implements `a is b`
[Python-Dev] Re: Core Dev Sprint: Collecting Discord usernames
On Fri, Oct 2, 2020 at 2:07 AM Kyle Stanley wrote: > Prior to joining Python Discord, I recommend checking out the Discord > setup guide that I recently finished: > https://python-core-sprint-2020.readthedocs.io/communication.html#discord-setup-guide. > The part on the privacy settings is particularly important for anyone with > a public following to avoid receiving mass DMs and friend requests. > > Alternatively, you can join directly at the following perma-link: > https://discord.gg/Q87A9Y9. > Minor clarification: since there was mention that the "alternatively" part was unclear, I was just referring to joining the server directly for those that didn't have time available to read over the guide prior to joining (the guide includes a section on joining the server via the link). Also, since we will be granting the role to participants en masse via script, it will be granted after the majority of participants have responded. As of writing this, I've received ~10/41 responses. ___ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/ZCQMRVDVWOB36RKGTJMO4SRJYFMUC46B/ Code of Conduct: http://python.org/psf/codeofconduct/
