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.

Author hroncok
Recipients erlendaasland, hroncok, koubaa, methane, vstinner
Date 2021-06-14.17:28:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623691734.3.0.968277380474.issue44418@roundup.psfhosted.org>
In-reply-to
Content
All details I have about rust-cpython are that it fails tests with:

    AttributeError: module 'unicodedata' has no attribute 'ucnhash_CAPI'

See the test failures in https://koschei.fedoraproject.org/package/rust-cpython e.g.:

---- src/objects/capsule.rs - objects::capsule::PyCapsule (line 34) stdout ----
Test executable failed (exit code 101).
stderr:
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: PyErr { ptype: <class 'AttributeError'>, pvalue: Some(AttributeError("module 'unicodedata' has no attribute 'ucnhash_CAPI'")), ptraceback: None }', src/objects/capsule.rs:77:2
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
---- src/objects/capsule.rs - py_capsule (line 232) stdout ----
Test executable failed (exit code 101).
stderr:
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: PyErr { ptype: <class 'AttributeError'>, pvalue: Some(AttributeError("module 'unicodedata' has no attribute 'ucnhash_CAPI'")), ptraceback: None }', src/objects/capsule.rs:73:47
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
failures:
    src/objects/capsule.rs - objects::capsule::PyCapsule (line 34)
    src/objects/capsule.rs - py_capsule (line 232)

(Note that there are also other failures regarding an implicit float->int conversion, but they seem to be caused by a change that followed the deprecation period.)
History
Date User Action Args
2021-06-14 17:28:54hroncoksetrecipients: + hroncok, vstinner, methane, erlendaasland, koubaa
2021-06-14 17:28:54hroncoksetmessageid: <1623691734.3.0.968277380474.issue44418@roundup.psfhosted.org>
2021-06-14 17:28:54hroncoklinkissue44418 messages
2021-06-14 17:28:54hroncokcreate