py310-greenlet (python/py-greenlet) Updated: 2 weeks ago Add to my watchlist
Lightweight in-process concurrent programmingThe "greenlet" package is a spin-off of Stackless, a version of CPython that supports micro-threads called "tasklets". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on "channels". A "greenlet", on the other hand, is a still more primitive notion of micro-thread with no implicit scheduling; coroutines, in other words. This is useful when you want to control exactly when your code runs. You can build custom scheduled micro-threads on top of greenlet; however, it seems that greenlets are useful on their own as a way to make advanced control flow structures. For example, we can recreate generators; the difference with Python's own generators is that our generators can call nested functions and the nested functions can yield values too. Additionally, you don't need a "yield" keyword. See the example in test_generator.py. Greenlets are provided as a C extension module for the regular unmodified interpreter.
Version: 3.3.2 License: MIT and PSF
GitHub
329 build(s) found
Page 3 of 4 | Showing build(s) 201 to 300
| Builder | Build Number | Start Time | Elapsed Time | Watcher | Build Status |
|---|---|---|---|---|---|
| 11.arm64 | 108200 | 2023-11-19 1:15:09 | 0:00:25 | 39553 | build successful |
| 10.11 | 241607 | 2023-11-11 20:15:55 | 0:00:46 | 78733 | failed install-port |
| 10.8 | 154292 | 2023-11-11 20:14:27 | 0:00:35 | 49100 | failed install-port |
| 10.9 | 252313 | 2023-11-11 20:12:47 | 0:00:33 | 78312 | failed install-port |
| 10.10 | 245617 | 2023-11-11 20:11:17 | 0:00:32 | 78620 | failed install-port |
| 10.11 | 241581 | 2023-11-11 16:45:19 | 0:00:44 | 78717 | failed install-port |
| 10.6 | 142238 | 2023-11-11 16:42:24 | 0:00:56 | 51248 | build successful |
| 10.10 | 245590 | 2023-11-11 16:38:46 | 0:00:32 | 78604 | failed install-port |
| 10.6.x86_64 | 177681 | 2023-11-11 16:37:36 | 0:00:53 | 51290 | build successful |
| 10.7 | 166246 | 2023-11-11 16:33:34 | 0:00:58 | 51028 | build successful |
| 10.8 | 154256 | 2023-11-11 16:29:57 | 0:00:39 | 49084 | failed install-port |
| 10.9 | 252285 | 2023-11-11 16:27:23 | 0:00:39 | 78296 | failed install-port |
| 14 | 3162 | 2023-10-25 7:48:21 | 0:01:10 | 604 | build successful |
| 13 | 52773 | 2023-10-19 19:04:29 | 0:01:50 | 12867 | build successful |
| 12.arm64 | 109143 | 2023-10-17 6:03:43 | 0:00:18 | 27117 | build successful |
| 11.arm64 | 105783 | 2023-10-17 4:14:48 | 0:00:20 | 38308 | build successful |
| 11 | 130659 | 2023-10-16 23:40:11 | 0:01:25 | 38312 | build successful |
| 10.14 | 183755 | 2023-10-16 23:38:29 | 0:01:00 | 59402 | build successful |
| 10.15 | 159500 | 2023-10-16 23:37:16 | 0:01:12 | 48390 | build successful |
| 10.11 | 238962 | 2023-10-16 23:36:18 | 0:00:42 | 77800 | failed install-port |
| 12 | 85232 | 2023-10-16 23:35:09 | 0:01:09 | 27108 | build successful |
| 10.12 | 247725 | 2023-10-16 23:34:49 | 0:00:46 | 76593 | build successful |
| 10.13 | 208375 | 2023-10-16 23:29:01 | 0:00:54 | 68644 | build successful |
| 10.8 | 151682 | 2023-10-16 23:28:32 | 0:00:47 | 48168 | failed install-port |
| 10.7 | 163653 | 2023-10-16 23:28:32 | 0:00:39 | 50111 | failed install-port |
| 10.9 | 249476 | 2023-10-16 23:26:12 | 0:00:35 | 77379 | failed install-port |
| 10.10 | 242870 | 2023-10-16 23:25:49 | 0:00:42 | 77688 | failed install-port |
| 10.6.x86_64 | 174998 | 2023-10-16 23:25:30 | 0:00:16 | 50372 | failed install-dependencies |
| 10.6 | 139659 | 2023-10-16 23:25:15 | 0:00:22 | 50331 | failed install-dependencies |
| 13.arm64 | 38893 | 2023-10-16 23:22:42 | 0:00:19 | 12731 | build successful |
| 10.7 | 157649 | 2023-08-28 12:25:59 | 0:00:11 | 48322 | failed install-port |
| 10.8 | 146089 | 2023-08-28 5:08:56 | 0:00:13 | 46381 | failed install-port |
| 10.11 | 233579 | 2023-08-28 4:59:20 | 0:00:46 | 76015 | failed install-port |
| 10.10 | 237251 | 2023-08-28 2:37:07 | 0:00:50 | 75903 | failed install-port |
| 10.9 | 243710 | 2023-08-28 0:53:58 | 0:00:33 | 75592 | failed install-port |
| 13.arm64 | 2276 | 2023-02-26 3:26:54 | 0:00:18 | 510 | build successful |
| 10.14 | 154740 | 2023-01-31 5:26:30 | 0:01:11 | 49656 | build successful |
| 10.11 | 209818 | 2023-01-30 22:25:40 | 0:00:50 | 68011 | failed install-port |
| 10.10 | 212648 | 2023-01-30 22:24:25 | 0:00:51 | 67892 | failed install-port |
| 11.arm64 | 83952 | 2023-01-30 20:43:03 | 0:00:23 | 28540 | build successful |
| 10.9 | 218428 | 2023-01-30 19:12:50 | 0:00:49 | 67587 | failed install-port |
| 10.13 | 179408 | 2023-01-30 14:53:02 | 0:00:44 | 58860 | build successful |
| 10.6 | 107965 | 2023-01-30 13:51:38 | 0:01:16 | 40556 | build successful |
| 10.15 | 129072 | 2023-01-30 13:24:57 | 0:01:50 | 38648 | build successful |
| 10.11 | 209768 | 2023-01-30 13:11:34 | 0:01:01 | 67981 | failed install-port |
| 10.8 | 121508 | 2023-01-30 13:09:08 | 0:00:47 | 38372 | failed install-port |
| 10.7 | 132456 | 2023-01-30 12:31:07 | 0:00:57 | 40328 | failed install-port |
| 10.12 | 217477 | 2023-01-30 12:28:58 | 0:00:56 | 66812 | build successful |
| 10.10 | 212596 | 2023-01-30 11:37:45 | 0:00:54 | 67862 | failed install-port |
| 10.6.x86_64 | 142611 | 2023-01-30 9:59:35 | 0:00:55 | 40587 | build successful |
| 10.9 | 218374 | 2023-01-30 9:40:42 | 0:00:39 | 67557 | failed install-port |
| 11 | 101813 | 2023-01-30 7:56:21 | 0:03:41 | 28562 | build successful |
| 12 | 58141 | 2023-01-30 7:49:17 | 0:01:55 | 17345 | build successful |
| 13 | 19914 | 2023-01-30 7:44:44 | 0:02:09 | 3102 | build successful |
| 12.arm64 | 84507 | 2023-01-30 7:29:21 | 0:00:26 | 17356 | build successful |
| 10.8 | 114463 | 2022-12-19 22:12:18 | 0:00:41 | 36402 | failed install-port |
| 10.7 | 125079 | 2022-12-19 22:08:16 | 0:00:44 | 38360 | failed install-port |
| 10.11 | 204818 | 2022-12-19 22:04:09 | 0:00:49 | 66049 | failed install-port |
| 10.9 | 212600 | 2022-12-19 22:00:50 | 0:00:40 | 65622 | failed install-port |
| 10.8 | 114453 | 2022-12-19 20:38:36 | 0:00:37 | 36401 | failed install-port |
| 10.7 | 125069 | 2022-12-19 20:36:21 | 0:00:31 | 38359 | failed install-port |
| 10.11 | 204809 | 2022-12-19 20:31:48 | 0:00:46 | 66048 | failed install-port |
| 10.9 | 212591 | 2022-12-19 20:30:03 | 0:00:37 | 65621 | failed install-port |
| 10.10 | 207136 | 2022-12-19 20:29:41 | 0:00:47 | 65928 | failed install-port |
| 13 | 1490 | 2022-12-14 4:45:31 | 0:00:40 | 194 | build successful |
| 10.7 | 118435 | 2022-11-14 1:51:02 | 0:00:31 | 36914 | failed install-port |
| 10.7 | 118373 | 2022-11-13 23:40:45 | 0:00:30 | 36878 | failed install-port |
| 10.11 | 199427 | 2022-11-13 15:26:31 | 0:00:55 | 64601 | failed install-port |
| 10.10 | 200950 | 2022-11-13 13:35:32 | 0:00:33 | 64482 | failed install-port |
| 10.10 | 200894 | 2022-11-13 11:45:18 | 0:00:31 | 64446 | failed install-port |
| 10.11 | 199368 | 2022-11-13 11:34:58 | 0:00:54 | 64565 | failed install-port |
| 10.9 | 206077 | 2022-11-13 8:56:14 | 0:00:35 | 64175 | failed install-port |
| 10.9 | 206022 | 2022-11-13 6:28:53 | 0:00:43 | 64139 | failed install-port |
| 12 | 47225 | 2022-11-13 3:20:49 | 0:01:17 | 13946 | build successful |
| 10.6 | 92303 | 2022-11-13 0:36:35 | 0:01:18 | 37100 | build successful |
| 10.14 | 145077 | 2022-11-12 17:57:16 | 0:02:22 | 46226 | build successful |
| 11.arm64 | 73158 | 2022-11-12 17:05:06 | 0:00:34 | 25125 | build successful |
| 10.8 | 108128 | 2022-11-12 15:37:21 | 0:00:45 | 34954 | failed install-port |
| 10.15 | 117993 | 2022-11-12 15:37:14 | 0:11:33 | 35252 | build successful |
| 10.6.x86_64 | 126782 | 2022-11-12 15:37:04 | 0:08:43 | 37165 | build successful |
| 11 | 90244 | 2022-11-12 15:36:54 | 0:03:40 | 25162 | build successful |
| 10.12 | 204887 | 2022-11-12 15:36:42 | 0:01:53 | 63405 | build successful |
| 10.13 | 168622 | 2022-11-12 15:36:27 | 0:06:27 | 55494 | build successful |
| 12.arm64 | 70786 | 2022-11-12 15:35:56 | 0:00:35 | 13946 | build successful |
| 12.arm64 | 67375 | 2022-11-01 9:42:06 | 0:00:16 | 13533 | build successful |
| 10.6 | 91113 | 2022-11-01 9:35:20 | 0:00:34 | 36718 | build successful |
| 10.14 | 144034 | 2022-11-01 8:54:13 | 0:05:33 | 45849 | build successful |
| 11 | 89055 | 2022-11-01 8:49:34 | 0:02:33 | 24751 | build successful |
| 10.11 | 198310 | 2022-11-01 8:48:36 | 0:02:51 | 64190 | failed install-port |
| 10.6.x86_64 | 125500 | 2022-11-01 8:47:53 | 0:02:44 | 36745 | build successful |
| 10.8 | 106985 | 2022-11-01 8:46:43 | 0:02:44 | 34543 | failed install-port |
| 10.15 | 116792 | 2022-11-01 8:45:03 | 0:02:07 | 34841 | build successful |
| 10.13 | 167480 | 2022-11-01 8:44:55 | 0:02:50 | 55083 | build successful |
| 12 | 46193 | 2022-11-01 8:43:50 | 0:02:09 | 13535 | build successful |
| 10.12 | 203476 | 2022-11-01 8:41:36 | 0:01:24 | 62995 | build successful |
| 10.7 | 117360 | 2022-11-01 8:41:25 | 0:01:12 | 36503 | failed install-port |
| 10.9 | 204785 | 2022-11-01 8:39:47 | 0:00:52 | 63763 | failed install-port |
| 10.10 | 199844 | 2022-11-01 8:39:28 | 0:01:01 | 64071 | failed install-port |
| 11.arm64 | 69444 | 2022-11-01 8:37:21 | 0:00:16 | 24713 | build successful |
| 12.arm64 | 62118 | 2022-09-03 16:39:17 | 0:00:09 | 11635 | build successful |