-
-
Notifications
You must be signed in to change notification settings - Fork 51
dev call 20220303
Florian Angerer edited this page Mar 2, 2022
·
6 revisions
TBD
- HPyGlobal vs Module State: both or just one HPyGlobal would help with removing the global state from MPL because it does not need the module object just context unlike the module state approach. There is also suggestion on how to do the "get current context" in https://github.com/hpyproject/hpy/issues/268#issuecomment-1042824498. In combination with HPyGlobal this would allow to access "globals" anywhere, without the need to pass context nor module around. That would not be the recommended way to do things, but would ease porting a lot I think.
- NumPy Progress and Plans Metaclasses support for heap types in CPython. Extend other builtin types with pure HPy types (e.g. dtype meta inherits PyType_Type) for pure HPy universal mode.
- HPyErr_FromFormat and friends: https://github.com/hpyproject/hpy/issues/274 Not super-important but if we want the MPL port to look polished and finalized, we'll need to deal with those.
- Misc Make final decision on "Should HPy_Close silently ignore HPy_NULL" https://github.com/hpyproject/hpy/issues/297 CPython 3.10 comatibility https://github.com/hpyproject/hpy/issues/292 Should we take over and finish the PEP 518 support PR https://github.com/hpyproject/hpy/pull/287
- 5 September 2024
- 4 April 2024
- 7 March 2024
- 1 February 2024
- 11 January 2024
- 7 December 2023
- 9 November 2023
- 5 October 2023
- 14 September 2023
- 3 August 2023
- 6 July 2023
- 1 June 2023
- 4 May 2023
- 13 April 2023
- 2 March 2023
- 2 February 2023
- 12 January 2023
- 1 December 2022
- 3 November 2022
- 6 October 2022
- 8 September 2022
- 4 August 2022
- 7 July 2022
- 2 June 2022
- 5 May 2022
- 7 April 2022
- 3 March 2022
- 3 February 2022
- 13 January 2022
- 2 December 2021
- 4 November 2021
- 7 October 2021
- 2 September 2021
- 12 August 2021
- 8 July 2021
- 6 May 2021
- 4 March 2021
- 7 January 2021
- 3 December 2020
- 5 November 2020