[issue35704] On AIX, test_unpack_archive_xztar fails with default MAXDATA settings

2019-09-10 Thread Ned Deily
Change by Ned Deily : -- versions: -Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35704] On AIX, test_unpack_archive_xztar fails with default MAXDATA settings

2019-06-18 Thread Michael Felt
Change by Michael Felt : -- pull_requests: +14031 pull_request: https://github.com/python/cpython/pull/14194 ___ Python tracker ___

[issue35704] On AIX, test_unpack_archive_xztar fails with default MAXDATA settings

2019-03-12 Thread Michael Felt
Change by Michael Felt : -- versions: -Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35704] On AIX, test_unpack_archive_xztar fails with default MAXDATA settings

2019-03-11 Thread Michael Felt
Michael Felt added the comment: On 10/03/2019 19:25, Michael Felt wrote: > Michael Felt added the comment: > > Could this also be backported to 3.7 and 3.6 please? Only 3.7 I guess - As 3.6 is in security mode. > > -- > versions: +Python 3.6, Python 3.7 > >

[issue35704] On AIX, test_unpack_archive_xztar fails with default MAXDATA settings

2019-03-10 Thread Michael Felt
Michael Felt added the comment: Could this also be backported to 3.7 and 3.6 please? -- versions: +Python 3.6, Python 3.7 ___ Python tracker ___

[issue35704] On AIX, test_unpack_archive_xztar fails with default MAXDATA settings

2019-02-18 Thread Nick Coghlan
Change by Nick Coghlan : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue35704] On AIX, test_unpack_archive_xztar fails with default MAXDATA settings

2019-02-18 Thread miss-islington
miss-islington added the comment: New changeset 02c04f26dfa637db7091b7e16036a980bbf40893 by Miss Islington (bot) (Nick Coghlan) in branch 'master': bpo-35704: Include correct NEWS entry (GH-11914) https://github.com/python/cpython/commit/02c04f26dfa637db7091b7e16036a980bbf40893 --

[issue35704] On AIX, test_unpack_archive_xztar fails with default MAXDATA settings

2019-02-18 Thread Nick Coghlan
Change by Nick Coghlan : -- pull_requests: +11941 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35704] On AIX, test_unpack_archive_xztar fails with default MAXDATA settings

2019-02-18 Thread miss-islington
miss-islington added the comment: New changeset ef110b18074300e2302a68a2a476ae35bead7916 by Miss Islington (bot) (Michael Felt) in branch 'master': bpo-35704: Prevent test_shutil fail result when AIX is 32-bit and MAXDATA < 0x2000 (GH-11500)

[issue35704] On AIX, test_unpack_archive_xztar fails with default MAXDATA settings

2019-01-10 Thread Michael Felt
Change by Michael Felt : -- keywords: +patch pull_requests: +11029 stage: -> patch review ___ Python tracker ___ ___

[issue35704] On AIX, test_unpack_archive_xztar fails with default MAXDATA settings

2019-01-10 Thread Michael Felt
New submission from Michael Felt : By default AIX builds 32-bit applications - and the combined .data, .bss and .stack areas share one memory segment of 256 Mbyte. This can be modified by either specifying a larger value for maxdata during linking (e.g., with LDFLAGS=-bmaxdata:0x4000) or