[issue40280] Consider supporting emscripten/webassembly as a build target

2022-04-08 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +30438 pull_request: https://github.com/python/cpython/pull/32412 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-04-07 Thread Christian Heimes
Christian Heimes added the comment: In GH-32352 I changed only tests that I was able to execute under wasm32-emscripten. As far as I know TK does not build for WASM. Somebody would have to port TCL/TK to WebGL or SDL2 to make it work in the browser. --

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-04-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: Christian: IDLE and test_idle require threading. I once tested for threading in test_idle (not sure about IDLE itself) but removed the test when threading was made supposedly non-optional. Test_idle still tests for tkinter and idlelib. For PR 32352. did

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-04-07 Thread Christian Heimes
Christian Heimes added the comment: New changeset 2b16a08bc77475917dd5c96417aef4c5210b45ac by Christian Heimes in branch 'main': bpo-40280: Detect missing threading on WASM platforms (GH-32352) https://github.com/python/cpython/commit/2b16a08bc77475917dd5c96417aef4c5210b45ac --

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-04-06 Thread Christian Heimes
Christian Heimes added the comment: New changeset 765f6dee0fcf55c6ea258c2be4cc9dfb1b014f60 by Christian Heimes in branch 'main': bpo-40280: WASM defaults to no dynamic linking (GH-32360) https://github.com/python/cpython/commit/765f6dee0fcf55c6ea258c2be4cc9dfb1b014f60 --

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-04-06 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +30409 pull_request: https://github.com/python/cpython/pull/32360 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-04-06 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +30404 pull_request: https://github.com/python/cpython/pull/32352 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-04-05 Thread Christian Heimes
Christian Heimes added the comment: New changeset 96e09837fb8031aebe8d823dd19ef664a34bcfad by Christian Heimes in branch 'main': bpo-40280: Add limited Emscripten REPL (GH-32284) https://github.com/python/cpython/commit/96e09837fb8031aebe8d823dd19ef664a34bcfad --

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-04-04 Thread Christian Heimes
Christian Heimes added the comment: New changeset c9844cb8aa9615cdc8770d1e43ce6e2ac3efd836 by Christian Heimes in branch 'main': bpo-40280: Add --enable-wasm-dynamic-linking (GH-32253) https://github.com/python/cpython/commit/c9844cb8aa9615cdc8770d1e43ce6e2ac3efd836 --

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-04-03 Thread Christian Heimes
Change by Christian Heimes : -- dependencies: +Function pointer cast in test_imp, ctypes mishandles `void` return type ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-04-03 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +30345 pull_request: https://github.com/python/cpython/pull/32284 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-04-02 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +30331 pull_request: https://github.com/python/cpython/pull/32266 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-04-02 Thread Christian Heimes
Christian Heimes added the comment: pmp-p wrote on GH-32253: when using --enable-wasm-dynamic-linking i think --enable-shared should set -fPIC and -s SIDE_MODULE=1 for libpython.so I have not tried --enable-shared with Emscripten yet. So far I have assumed that the result is a fat Python

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-04-02 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +30324 pull_request: https://github.com/python/cpython/pull/32253 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-04-02 Thread Christian Heimes
Christian Heimes added the comment: New changeset 4ed8a9a589d2eee7442e0c9417515a707e504faa by Christian Heimes in branch 'main': bpo-40280: Enable most file-at() and nanosleep APIs again (GH-32238) https://github.com/python/cpython/commit/4ed8a9a589d2eee7442e0c9417515a707e504faa --

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-04-02 Thread miss-islington
miss-islington added the comment: New changeset 59be9cd748728b03ac61287681c3010bcec5e558 by Christian Heimes in branch 'main': bpo-40280: Detect if WASM platform supports threading (GH-32243) https://github.com/python/cpython/commit/59be9cd748728b03ac61287681c3010bcec5e558 --

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-04-01 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +30314 pull_request: https://github.com/python/cpython/pull/32243 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-04-01 Thread Christian Heimes
Christian Heimes added the comment: New changeset 082d3495d0c820972f09f6109a98ed7eb5a7b79f by Christian Heimes in branch 'main': bpo-40280: Emscripten fork_exec now fails early (GH-32224) https://github.com/python/cpython/commit/082d3495d0c820972f09f6109a98ed7eb5a7b79f --

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-04-01 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +30309 pull_request: https://github.com/python/cpython/pull/32238 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-04-01 Thread Christian Heimes
Christian Heimes added the comment: New changeset 17245c815e44e79d4dad6a99b54000956a4a7229 by Christian Heimes in branch 'main': bpo-40280: Add debug Emscripten flavors (GH-32233) https://github.com/python/cpython/commit/17245c815e44e79d4dad6a99b54000956a4a7229 --

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-04-01 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +30305 pull_request: https://github.com/python/cpython/pull/32233 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-04-01 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +30299 pull_request: https://github.com/python/cpython/pull/32224 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-03-31 Thread Christian Heimes
Change by Christian Heimes : -- dependencies: +Interrupt handling for wasm32-emscripten builds without pthreads ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-03-30 Thread Christian Heimes
Change by Christian Heimes : -- dependencies: +Add call trampoline to work around bad fpcasts on Emscripten ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-03-24 Thread miss-islington
miss-islington added the comment: New changeset 8a0a9e5b1928fab7d9819c8d6498ef5c0b9383af by Christian Heimes in branch 'main': bpo-40280: Add wasm32-emscripten and wasm32-wasi SOABI (GH-32095) https://github.com/python/cpython/commit/8a0a9e5b1928fab7d9819c8d6498ef5c0b9383af --

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-03-24 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +30179 pull_request: https://github.com/python/cpython/pull/32095 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-03-22 Thread miss-islington
miss-islington added the comment: New changeset deeaac49e267285158264643799624623f4a7b29 by Christian Heimes in branch 'main': bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986) https://github.com/python/cpython/commit/deeaac49e267285158264643799624623f4a7b29

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-03-19 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +30077 pull_request: https://github.com/python/cpython/pull/31986 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-03-17 Thread Christian Heimes
Christian Heimes added the comment: New changeset ef1327e3b622e0cafdf8bfc1f480fed0dd386be6 by Christian Heimes in branch 'main': bpo-40280: Skip more tests on Emscripten (GH-31947) https://github.com/python/cpython/commit/ef1327e3b622e0cafdf8bfc1f480fed0dd386be6 --

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-03-16 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +30038 pull_request: https://github.com/python/cpython/pull/31947 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-03-15 Thread Christian Heimes
Christian Heimes added the comment: New changeset a4674f0194067a801f6c6bdb4fc6448e3a40e069 by Christian Heimes in branch 'main': bpo-40280: Detect presence of time.tzset and thread_time clock (GH-31898) https://github.com/python/cpython/commit/a4674f0194067a801f6c6bdb4fc6448e3a40e069

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-03-15 Thread Christian Heimes
Christian Heimes added the comment: New changeset b43b9b49be7d42d2826106c719d1e51f0776be0a by Christian Heimes in branch 'main': bpo-40280: Skip wakeup_fd pipe tests on Emscripten (GH-31909) https://github.com/python/cpython/commit/b43b9b49be7d42d2826106c719d1e51f0776be0a --

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-03-15 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +30002 pull_request: https://github.com/python/cpython/pull/31909 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-03-15 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +29994 pull_request: https://github.com/python/cpython/pull/31898 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-03-14 Thread Christian Heimes
Christian Heimes added the comment: New changeset f00ced8396f2d7683e58b9d5ebbf5797992bf477 by Christian Heimes in branch 'main': bpo-40280: select: Use NULL for empty fdset (GH-31865) https://github.com/python/cpython/commit/f00ced8396f2d7683e58b9d5ebbf5797992bf477 --

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-03-14 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +29963 pull_request: https://github.com/python/cpython/pull/31865 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-03-11 Thread Christian Heimes
Christian Heimes added the comment: New changeset ecfff63e06e77e22035a7f7caa26986f033f3aea by Christian Heimes in branch 'main': bpo-40280: Disable AF_UNIX, AF_PACKET, SO_REUSE* on Emscripten (#31829) https://github.com/python/cpython/commit/ecfff63e06e77e22035a7f7caa26986f033f3aea

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-03-11 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +29926 pull_request: https://github.com/python/cpython/pull/31829 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-03-10 Thread Christian Heimes
Christian Heimes added the comment: New changeset de554d6e02228b840eb6bffaf7d406c0ef368d5f by Christian Heimes in branch 'main': bpo-40280: Skip more tests/features that don't apply to Emscripten (GH-31791) https://github.com/python/cpython/commit/de554d6e02228b840eb6bffaf7d406c0ef368d5f

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-03-10 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: -serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-03-10 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +29895 pull_request: https://github.com/python/cpython/pull/31791 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-03-08 Thread Christian Heimes
Christian Heimes added the comment: New changeset 95ba723c54ab52487bc9f986b651536cfae15b29 by Christian Heimes in branch 'main': bpo-40280: Skip dysfunctional pipe tests on Emscripten (GH-31770) https://github.com/python/cpython/commit/95ba723c54ab52487bc9f986b651536cfae15b29 --

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-03-08 Thread Christian Heimes
Christian Heimes added the comment: I have fixed a signal-related issue in GH-31768 / bpo-23325 -- ___ Python tracker ___ ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-03-08 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +29878 pull_request: https://github.com/python/cpython/pull/31770 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-03-08 Thread Christian Heimes
Christian Heimes added the comment: New changeset 5081e78efde901556398615eb477c63c836686e5 by Christian Heimes in branch 'main': bpo-40280: Block more non-working syscalls in Emscripten (GH-31757) https://github.com/python/cpython/commit/5081e78efde901556398615eb477c63c836686e5 --

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-03-08 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +29870 pull_request: https://github.com/python/cpython/pull/31757 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-02-05 Thread Christian Heimes
Christian Heimes added the comment: New changeset 96b344c2f15cb09251018f57f19643fe20637392 by Christian Heimes in branch 'main': bpo-40280: Address more test failures on Emscripten (GH-31050) https://github.com/python/cpython/commit/96b344c2f15cb09251018f57f19643fe20637392 --

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-02-01 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +29232 pull_request: https://github.com/python/cpython/pull/31050 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-27 Thread miss-islington
miss-islington added the comment: New changeset 606e496dd6e2ace298532da200169124c26ae0f2 by Christian Heimes in branch 'main': bpo-40280: Use presence of msvcrt module to detect Windows (GH-30930) https://github.com/python/cpython/commit/606e496dd6e2ace298532da200169124c26ae0f2 --

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-26 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +29109 pull_request: https://github.com/python/cpython/pull/30930 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-24 Thread Christian Heimes
Christian Heimes added the comment: New changeset 8464fbc42ecc9ce504faac499711dcdc6eedef16 by Christian Heimes in branch 'main': bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615) https://github.com/python/cpython/commit/8464fbc42ecc9ce504faac499711dcdc6eedef16

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-24 Thread Christian Heimes
Christian Heimes added the comment: New changeset d5fd438b38248a0d2e91898475369361e34f74b7 by Christian Heimes in branch 'main': bpo-40280: Get help() working and more (GH-30858) https://github.com/python/cpython/commit/d5fd438b38248a0d2e91898475369361e34f74b7 --

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-24 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +29040 pull_request: https://github.com/python/cpython/pull/30858 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-24 Thread rdb
Change by rdb : -- nosy: +rdb ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-20 Thread Christian Heimes
Christian Heimes added the comment: New changeset c02e860ee79f29905be6fca997c96bb1a404bb32 by Christian Heimes in branch 'main': bpo-40280: Misc fixes for wasm32-emscripten (GH-30722) https://github.com/python/cpython/commit/c02e860ee79f29905be6fca997c96bb1a404bb32 --

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-20 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +28913 pull_request: https://github.com/python/cpython/pull/30722 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-17 Thread Christian Heimes
Change by Christian Heimes : -- dependencies: +Turn SIG_DFL and SIG_IGN into functions ___ Python tracker ___ ___ Python-bugs-list

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-17 Thread Christian Heimes
Change by Christian Heimes : -- dependencies: +signal module wrongly relies on small int singletons ___ Python tracker ___ ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-16 Thread Christian Heimes
Christian Heimes added the comment: New changeset 7f4b69b9076bdbcea31f6ad16eb125ee99cf0175 by Christian Heimes in branch 'main': bpo-40280: Change subprocess imports for cleaner error on wasm32 (GH-30620) https://github.com/python/cpython/commit/7f4b69b9076bdbcea31f6ad16eb125ee99cf0175

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-16 Thread Christian Heimes
Christian Heimes added the comment: New changeset 91e33ac3d08a1c6004c469da2c0e2a97b5bdc53c by Christian Heimes in branch 'main': bpo-40280: Add requires_fork test helper (GH-30622) https://github.com/python/cpython/commit/91e33ac3d08a1c6004c469da2c0e2a97b5bdc53c --

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-16 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +28826 pull_request: https://github.com/python/cpython/pull/30622 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-16 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +28824 pull_request: https://github.com/python/cpython/pull/30620 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-15 Thread Christian Heimes
Christian Heimes added the comment: A bunch of failing tests are related to bpo-46390. CPython's test suite does not pass with musl libc yet. -- dependencies: +Multiple test failures on Alpine 3.15 / musl-1.2.2-r7 ___ Python tracker

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-15 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +28818 pull_request: https://github.com/python/cpython/pull/30615 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-14 Thread Christian Heimes
Change by Christian Heimes : -- dependencies: +_zoneinfo module_free has invalid function signature ___ Python tracker ___ ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-14 Thread Christian Heimes
Christian Heimes added the comment: New changeset ee1a8b336d30476e9635a6826f61a99fc3604159 by Christian Heimes in branch 'main': bpo-40280: Block more syscalls that are causing crashes in tests (GH-30601) https://github.com/python/cpython/commit/ee1a8b336d30476e9635a6826f61a99fc3604159

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-14 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +28800 pull_request: https://github.com/python/cpython/pull/30601 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-14 Thread Christian Heimes
Christian Heimes added the comment: New changeset c8319f7921fbcb0dea04da48a1b04a5d0d21ae1c by Christian Heimes in branch 'main': bpo-40280: Build WASM stdlib bundle and more modules for node (GH-30597) https://github.com/python/cpython/commit/c8319f7921fbcb0dea04da48a1b04a5d0d21ae1c

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-14 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +28795 pull_request: https://github.com/python/cpython/pull/30597 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-12 Thread Christian Heimes
Christian Heimes added the comment: New changeset e34c9367f8e0068ca4bcad9fb5c2c1024d02a77d by Christian Heimes in branch 'main': bpo-40280: Allow to compile _testcapi as builtin module (GH-30559) https://github.com/python/cpython/commit/e34c9367f8e0068ca4bcad9fb5c2c1024d02a77d --

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-12 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +28760 pull_request: https://github.com/python/cpython/pull/30559 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-12 Thread Christian Heimes
Christian Heimes added the comment: New changeset 43839ba438368a50f22f718d4ce8ce607c17046c by Christian Heimes in branch 'main': bpo-40280: Add --with-emscripten-target to build for browser or node (GH-30552) https://github.com/python/cpython/commit/43839ba438368a50f22f718d4ce8ce607c17046c

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-11 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +28753 pull_request: https://github.com/python/cpython/pull/30552 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-11 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +28738 pull_request: https://github.com/python/cpython/pull/30538 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-09 Thread Christian Heimes
Christian Heimes added the comment: New changeset 5c66414b5561c54e7a0f4bde8cc3271908ea525e by Ethan Smith in branch 'main': bpo-40280: Disable epoll_create in Emscripten config.site (GH-30494) https://github.com/python/cpython/commit/5c66414b5561c54e7a0f4bde8cc3271908ea525e --

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-09 Thread Ethan Smith
Change by Ethan Smith : -- pull_requests: +28702 pull_request: https://github.com/python/cpython/pull/30495 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-08 Thread Ethan Smith
Change by Ethan Smith : -- pull_requests: +28700 pull_request: https://github.com/python/cpython/pull/30494 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2021-12-18 Thread Christian Heimes
Christian Heimes added the comment: New changeset 0339434835aa74dc78a38ae12ea7d2973c144eb1 by Christian Heimes in branch 'main': bpo-40280: Add Tools/wasm with helpers for cross building (GH-29984) https://github.com/python/cpython/commit/0339434835aa74dc78a38ae12ea7d2973c144eb1 --

[issue40280] Consider supporting emscripten/webassembly as a build target

2021-12-08 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +28208 pull_request: https://github.com/python/cpython/pull/29984 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2021-12-02 Thread Christian Heimes
Christian Heimes added the comment: New changeset a31173c5ceb1708df687f942d714bdecae7cb759 by Christian Heimes in branch 'main': bpo-40280: Update what's new (GH-29893) https://github.com/python/cpython/commit/a31173c5ceb1708df687f942d714bdecae7cb759 --

[issue40280] Consider supporting emscripten/webassembly as a build target

2021-12-02 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +28117 pull_request: https://github.com/python/cpython/pull/29893 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2021-12-02 Thread Ethan Smith
Change by Ethan Smith : -- pull_requests: +28116 pull_request: https://github.com/python/cpython/pull/29892 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2021-12-02 Thread Christian Heimes
Christian Heimes added the comment: New changeset cb8f491f46e262549f6c447b31625cab7c20a60a by Christian Heimes in branch 'main': bpo-40280: Optimize ints and and startup on wasm (GH-29887) https://github.com/python/cpython/commit/cb8f491f46e262549f6c447b31625cab7c20a60a --

[issue40280] Consider supporting emscripten/webassembly as a build target

2021-12-02 Thread miss-islington
miss-islington added the comment: New changeset cb2b3c8d3566ae46b3b8d0718019e1c98484589e by Christian Heimes in branch 'main': bpo-40280: Emscripten has no support for subprocesses (GH-29872) https://github.com/python/cpython/commit/cb2b3c8d3566ae46b3b8d0718019e1c98484589e -- nosy:

[issue40280] Consider supporting emscripten/webassembly as a build target

2021-12-02 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +28113 pull_request: https://github.com/python/cpython/pull/29887 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2021-12-01 Thread Christian Heimes
Christian Heimes added the comment: New changeset 309110f37cdfc78d160ed08ae8faa6f6160ba87e by Christian Heimes in branch 'main': bpo-40280: Emscripten with_ensurepip=no, second attempt (GH-29884) https://github.com/python/cpython/commit/309110f37cdfc78d160ed08ae8faa6f6160ba87e --

[issue40280] Consider supporting emscripten/webassembly as a build target

2021-12-01 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +28110 pull_request: https://github.com/python/cpython/pull/29884 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2021-12-01 Thread Christian Heimes
Christian Heimes added the comment: New changeset 9deb83468c56c7484645e6e3a6d0183cd6a0afd7 by Christian Heimes in branch 'main': bpo-40280: Emscripten defaults to --with-ensurepip=no (GH-29873) https://github.com/python/cpython/commit/9deb83468c56c7484645e6e3a6d0183cd6a0afd7 --

[issue40280] Consider supporting emscripten/webassembly as a build target

2021-12-01 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +28099 pull_request: https://github.com/python/cpython/pull/29873 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2021-12-01 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +28098 pull_request: https://github.com/python/cpython/pull/29872 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2021-11-29 Thread Christian Heimes
Christian Heimes added the comment: New changeset 6ac3c8a3140c17bd71ba98dfc5250c371101e77c by Christian Heimes in branch 'main': bpo-40280: Emscripten systems use .wasm suffix by default (GH-29842) https://github.com/python/cpython/commit/6ac3c8a3140c17bd71ba98dfc5250c371101e77c --

[issue40280] Consider supporting emscripten/webassembly as a build target

2021-11-29 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +28071 pull_request: https://github.com/python/cpython/pull/29842 ___ Python tracker ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2021-11-29 Thread Christian Heimes
Christian Heimes added the comment: New changeset b3f443a35e08a473d52868621e9b268259139cb2 by Erlend Egeberg Aasland in branch 'main': bpo-40280: Disable unusable core extension modules on emscripten (GH-29834) https://github.com/python/cpython/commit/b3f443a35e08a473d52868621e9b268259139cb2

[issue40280] Consider supporting emscripten/webassembly as a build target

2021-11-29 Thread Erlend E. Aasland
Change by Erlend E. Aasland : -- nosy: +erlendaasland nosy_count: 11.0 -> 12.0 pull_requests: +28065 pull_request: https://github.com/python/cpython/pull/29834 ___ Python tracker

[issue40280] Consider supporting emscripten/webassembly as a build target

2021-11-26 Thread Christian Heimes
Christian Heimes added the comment: New changeset 4ebde73b8e416eeb1fd5d2ca3283f7ddb534c5b1 by Christian Heimes in branch 'main': bpo-40280: Move hard-coded feature checks to configure (GH-29789) https://github.com/python/cpython/commit/4ebde73b8e416eeb1fd5d2ca3283f7ddb534c5b1 --

[issue40280] Consider supporting emscripten/webassembly as a build target

2021-11-26 Thread Christian Heimes
Christian Heimes added the comment: New changeset 8caceb7a474bf32cddfd25fba25b531ff65f4365 by Christian Heimes in branch 'main': bpo-40280: Add configure check for socket shutdown (GH-29795) https://github.com/python/cpython/commit/8caceb7a474bf32cddfd25fba25b531ff65f4365 --

[issue40280] Consider supporting emscripten/webassembly as a build target

2021-11-26 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40280] Consider supporting emscripten/webassembly as a build target

2021-11-26 Thread Christian Heimes
Christian Heimes added the comment: Thanks Roman, I replied on the pyodide issue tracker. -- ___ Python tracker ___ ___

[issue40280] Consider supporting emscripten/webassembly as a build target

2021-11-26 Thread Christian Heimes
Christian Heimes added the comment: New changeset d224e769b83a6a027bec8e21ee62db2b96d5af8e by Christian Heimes in branch 'main': bpo-40280: clean and ignore .wasm files (GH-29794) https://github.com/python/cpython/commit/d224e769b83a6a027bec8e21ee62db2b96d5af8e --

[issue40280] Consider supporting emscripten/webassembly as a build target

2021-11-26 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +28030 pull_request: https://github.com/python/cpython/pull/29795 ___ Python tracker ___

  1   2   >