patchGNU Autoconf Archive - Patches: patch #10109, Fixes for Python 3.10+

 
 

patch #10109: Fixes for Python 3.10+

Submitter:  None
Submitted:  Fri 10 Sep 2021 01:33:30 PM UTC
   
 
Priority:  5 - Normal Status:  None
Assigned to:  None Originator Email:  -email is unavailable-
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 30 Aug 2022 12:35:00 AM UTC, comment #2: 

I note this patch is obsoleted by this pull request from GitHub, which recently got merged.

https://github.com/autoconf-archive/autoconf-archive/pull/259

Paul Wise <pabs>
Sat 23 Oct 2021 04:29:34 AM UTC, comment #1: 

This is incomplete - I believe you'll still end up with incorrect comparisons when trying, say, 3.10 >= 3.4.

Should also probably update the documentation at the top to say that it ignores point release number.

(I fixed this in a use case by using packaging/distlib.version's LegacyVersion for comparisons; if you just care about major.minor, one presumes you could just pad the version number out and then string comparison could do the right thing...)

Anonymous
Fri 10 Sep 2021 01:33:30 PM UTC, original submission:  

AX_PYTHON and AX_PYTHON_DEVEL require updates for Python 3.10 and newer, for which patches are attached.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #51890:  0001-AX_PYTHON_DEVEL-fix-for-Python-3.10.patch added by None (673B - text/x-patch - Patches)
file #51891:  0002-AX_PYTHON-Add-3.10-and-3.11.patch added by None (1KiB - text/x-patch - Patches)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by pabs (Posted a comment)
  • -email is unavailable- added by thesamesam
  • -email is unavailable- added by thesamesam
  • -email is unavailable- added by None (Submitted the item)
  •  

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-09-10 thesamesam Carbon-Copy- Added -email is unavailable-
        Carbon-Copy- Added thesamesam
    2021-09-10 None Attached File- Added 0001-AX_PYTHON_DEVEL-fix-for-Python-3.10.patch, #51890
        Attached File- Added 0002-AX_PYTHON-Add-3.10-and-3.11.patch, #51891

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code