[Python-Dev] Summary of Python tracker Issues

2021-07-16 Thread Python tracker

ACTIVITY SUMMARY (2021-07-09 - 2021-07-16)
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:
  open7403 ( +6)
  closed 48987 (+56)
  total  56390 (+62)

Open issues with patches: 2951 


Issues opened (40)
==

#29753: [Linux] ctypes packs bitfields Incorrectly
https://bugs.python.org/issue29753  reopened by FFY00

#44184: crash on windows invoking flake8
https://bugs.python.org/issue44184  reopened by twouters

#44592: tkinter focus_get() with non-tkinter Tk widget
https://bugs.python.org/issue44592  reopened by terry.reedy

#44594: AsyncExitStack.enter_async_context() is mishandling exception 
https://bugs.python.org/issue44594  opened by John Belmonte

#44597: Poll returns POLLOUT on Pipe read endpoint on MacOS 10.14
https://bugs.python.org/issue44597  opened by samh42

#44598: test_constructor (test.test_ssl.ContextTests) ... Fatal Python
https://bugs.python.org/issue44598  opened by sxt1001

#44600: match/case statements trace incorrectly in 3.10.0b4
https://bugs.python.org/issue44600  opened by nedbat

#44601: argparse: potential bugs on add_subparser due to allow_abbrev 
https://bugs.python.org/issue44601  opened by zhongxiang117

#44603: REPL: exit when the user types exit instead of asking them to 
https://bugs.python.org/issue44603  opened by theacodes

#44604: [Enhancement] Asyncio task decorator to provide interface to d
https://bugs.python.org/issue44604  opened by aa1371

#44605: functools.total_ordering doesn't work with metaclasses
https://bugs.python.org/issue44605  opened by glyph

#44607: Teleport method for turtle class
https://bugs.python.org/issue44607  opened by Muffinlicious

#44609: Buffer support in the stable ABI
https://bugs.python.org/issue44609  opened by tarun.johar

#44610: Format issue with strftime and %Y
https://bugs.python.org/issue44610  opened by bkaznowski

#44611: CPython uses deprecated randomness API
https://bugs.python.org/issue44611  opened by strombrg

#44614: Broken Pipe in Server of Manager in multiprocessing when final
https://bugs.python.org/issue44614  opened by mutax

#44615: Multiprocessing Pool example and comments incomplete/wrong?
https://bugs.python.org/issue44615  opened by mutax

#44617: Undesired Behavior on `match` using Singleton object
https://bugs.python.org/issue44617  opened by thepabloaguilar

#44618: inspect.signature does not work for datetime classes
https://bugs.python.org/issue44618  opened by mauvilsa

#44620: UUIDv1 is not RFC 4122 compliant
https://bugs.python.org/issue44620  opened by contact2

#44621: Python 3.9 traces async for/else incorrectly
https://bugs.python.org/issue44621  opened by nedbat

#44624: Script name for venv PowerShell activate
https://bugs.python.org/issue44624  opened by pwatson

#44625: Python C API version of `fractions` module
https://bugs.python.org/issue44625  opened by lycantropos

#44627: Python terminal cmd line recall
https://bugs.python.org/issue44627  opened by jggammon

#44628: Remove the broken link for issue #445902 in unixcompiler.py (d
https://bugs.python.org/issue44628  opened by Leonardofreua

#44629: Some files from distutils module are importing all exceptions 
https://bugs.python.org/issue44629  opened by Leonardofreua

#44631: Refactoring the repr() of the _Environ class (os module)
https://bugs.python.org/issue44631  opened by Leonardofreua

#44633: Indexing the union type can return NotImplemented
https://bugs.python.org/issue44633  opened by serhiy.storchaka

#44634: Version is duplicated in name of app in list of installed apps
https://bugs.python.org/issue44634  opened by rakleed

#44637: Quoting issue on header Reply-To
https://bugs.python.org/issue44637  opened by Abridbus

#44640: Fix punctuation in isinstance() error message
https://bugs.python.org/issue44640  opened by wyz23x2

#44642: Union of a type and the typing module function
https://bugs.python.org/issue44642  opened by serhiy.storchaka

#44643: importing does not dispatch to __builtins__.__getitem__ to loo
https://bugs.python.org/issue44643  opened by pxeger

#44644: Implement ???Happy Eyeballs??? algorithim (RFC 8503) in socket
https://bugs.python.org/issue44644  opened by origin400-p

#44645: Python 3.10: Under some trivial circunstances, GIL not release
https://bugs.python.org/issue44645  opened by jcea

#44648: Inspect.getsource raises wrong error on classes in interactive
https://bugs.python.org/issue44648  opened by andrei.avk

#44649: dataclasses slots with init=False field raises AttributeExcept
https://bugs.python.org/issue44649  opened by tefra

#44651: An unclear definition in Doc/glossary.rst
https://bugs.python.org/issue44651  opened by StevenHsuYL

#44653: Parameter substitution in the union type does not work with ty
https://bugs.python.org/issue44653  opened by serhiy.storchaka

#44654: Refactor and clean up the union type implementation
https://bugs.python.org/

[Python-Dev] Re: Python3 OSF/1 support?

2021-07-16 Thread Jay K
Yeah, good point, Python 3.2 was trivial to build, and that can aid later work.

Still I'd prefer to be more up to date, where possible (not withstanding the 
very old kernel..).

 - Jay


From: Guido van Rossum 
Sent: Wednesday, July 14, 2021 3:44 PM
To: Senthil Kumaran 
Cc: Jay K ; [email protected] ; 
Larkin Nickle 
Subject: Re: [Python-Dev] Re: Python3 OSF/1 support?

I'd like to add that probably the most economic solution for the OP is to just 
stay on a fixed version of Python and not bother trying to catch up with newer 
Python versions.

On Wed, Jul 14, 2021 at 7:47 AM Senthil Kumaran 
mailto:[email protected]>> wrote:
On Wed, Jul 14, 2021 at 04:30:33AM +, Jay K wrote:
> Hi. I have an Alpha/OSF machine up and running.
> It is little slow, but it works ok.
>
> I would like to run Python3 on it.
>
> I have it "compiling and working". It was easy enough so far.
>   
> https://github.com/python/cpython/pull/27063
>
> Admitted, I haven't figured out what is happening with the posixsubprocess
> module.
>
> Yes? No? Maybe?
>
> I can possibly provide ongoing "support" (I don't expect it will be much) and 
> a
> buildbot (if really required),
> if I can get it working a bit more, if this is approved, etc. I haven't looked

It is difficult to maintain support for less commonly used systems. If
you maintain it personally (like using a cron) and look at the results
over time, you could see the difficulty in maintaining the support.

Personally, my vote is a -1 here. In the PR, another core-dev, Ronald
had commented that support for explicitly removed a few years ago.

--
Senthil
___
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/QQOYHF77AFRZZ3ZPYZDNIPBGC2AEE7HN/
Code of Conduct: 
http://python.org/psf/codeofconduct/


--
--Guido van Rossum 
(python.org/~guido)
Pronouns: he/him (why is my pronoun 
here?)
___
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/MMOGZIL344D5IPADKLZ5GFQPBAFBPBCB/
Code of Conduct: