This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add new triplets for loongarch64
Type: compile error Stage: patch review
Components: Build Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: loongson-zn, xen0n
Priority: normal Keywords: patch

Created on 2022-01-24 05:00 by loongson-zn, last changed 2022-04-11 14:59 by admin.

Files
File name Uploaded Description Edit
loongarch64.diff loongson-zn, 2022-01-24 05:00
loongarch64-new.diff loongson-zn, 2022-01-27 08:05 update loongarch64.diff
Pull Requests
URL Status Linked Edit
PR 30939 open loongson-zn, 2022-01-27 01:31
Messages (2)
msg411701 - (view) Author: WANG Xuerui (xen0n) Date: 2022-01-26 02:22
First of all I think the changes should probably go in main branch first, then backported to the older branches if possible; although IMO you'd be much better off just backporting and carrying the patch yourselves.

Secondly the suggested patch is not consistent with the LoongArch toolchain spec, in that it didn't use the multiarch identifiers in the spec document (https://github.com/loongson/LoongArch-Documentation/blob/a8a004148734445480659a5e25ef985817881341/docs/LoongArch-toolchain-conventions-EN.adoc, Table 12), but rather the old-world one; see the discussion at https://github.com/loongarch64/cpython/pull/1 (in Chinese) too.
msg411842 - (view) Author: Zhang Na (loongson-zn) * Date: 2022-01-27 08:05
loongarch64.diff has been modified according to the new toolchain spec.
History
Date User Action Args
2022-04-11 14:59:55adminsetgithub: 90656
2022-01-27 08:05:30loongson-znsetfiles: + loongarch64-new.diff

messages: + msg411842
2022-01-27 01:31:59loongson-znsetstage: patch review
pull_requests: + pull_request29118
2022-01-26 02:22:54xen0nsetnosy: + xen0n
messages: + msg411701
2022-01-24 05:00:22loongson-zncreate