gtristan commented on PR #1777:
URL: https://github.com/apache/buildstream/pull/1777#issuecomment-1281850816

   Investigating further, it appears that this should not be required.
   
   The issue we ran into in particular was with `_PyGen_Send` missing in 3.10, 
which is handled by cython in: 
https://github.com/cython/cython/commit/782a87336d88496b022bf0f2791c818221f4743a
   
   If I'm reading this correctly, then the generated code should support 
`cpython <= 3.10` after this fix.
   
   Were we to follow the upstream intentions (as I think I understand them 
now), then we would have set a minimal bound build time dependency on Cython 
when adding support for python 3.10 in BuildStream.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to