Bug 1406533 - Typo in Cython/Compiler/Options.py
Summary: Typo in Cython/Compiler/Options.py
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Cython
Version: 25
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Igor Gnatenko
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1396848
TreeView+ depends on / blocked
 
Reported: 2016-12-20 20:07 UTC by Paulo Andrade
Modified: 2016-12-25 01:50 UTC (History)
3 users (show)

Fixed In Version: Cython-0.25.2-3.fc25
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-12-25 01:50:34 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Paulo Andrade 2016-12-20 20:07:06 UTC
Pseudo patch to correct the problem:

     if not isinstance(value, ShouldBeFromDirective):
-        if old_option.disallow:
+        if old_option.dissallow:
             raise RuntimeError(

ShouldBeFromDirective has a dissallow field, but no
disallow field.

Comment 1 Igor Gnatenko 2016-12-21 13:34:51 UTC
https://github.com/cython/cython/pull/1560

Comment 2 Paulo Andrade 2016-12-21 16:09:17 UTC
I need this patch in f25+, as sagemath is currently ftbfs
in f25+

If you make a f25 build, please let me know, so I can use
it as a buildroot override.

Comment 3 Fedora Update System 2016-12-22 08:47:38 UTC
Cython-0.25.2-3.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2016-825aad67f7

Comment 4 Fedora Update System 2016-12-22 19:20:54 UTC
Cython-0.25.2-3.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-825aad67f7

Comment 5 Fedora Update System 2016-12-25 01:50:34 UTC
Cython-0.25.2-3.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.