pyyaml icon indicating copy to clipboard operation
pyyaml copied to clipboard

WIP keep PyYAML build working on Cython3.0.0a10+

Open nitzmahone opened this issue 2 years ago • 4 comments

fixes #601

  • Cython 3.0 changes its build_ext command base class to one that's incompatible with pyyaml's subclass
  • temporarily force use of Cython3's old_build_ext compatibility class if present

nitzmahone avatar Jan 12 '22 23:01 nitzmahone

Alternative fix that works for both Cython versions: https://github.com/yaml/pyyaml/pull/729.

EDIT: Closed #729 in favor of #731. Please apply it to 5.4.1 release branch as well, since we need a fix there.

SoftwareApe avatar Jul 21 '23 09:07 SoftwareApe

@nitzmahone: can you close this? #731 seems to implement basically the same thing without the explicit Cython version dependency. According to reports it works on pyyaml 5.4 and 6.0 branches. Thanks.

Uzume avatar Jul 26 '23 06:07 Uzume

Hi @nitzmahone any update on this support, have we added this or is it still WIP.

kartikkhunda avatar Oct 30 '23 17:10 kartikkhunda