Message278145
Termios magic constants for the following baud rates: - B500000 - B576000 - B921600 - B1000000 - B1152000 - B1500000 - B2000000 - B2500000 - B3000000 - B3500000 - B4000000 in Linux are different between various architectures (i. e. PowerPC and Alpha are different from the rest of them). And because they are defined as per-processor symbols the only way to access them is if they are built-in as a part of CPython during its compilation. Attached is the patch implementing that | |
| Date | User | Action | Args | | 2016-10-05 19:22:47 | Andrey Smirnov | set | recipients: + Andrey Smirnov, twouters | | 2016-10-05 19:22:47 | Andrey Smirnov | set | messageid: <1475695367.16.0.283640170005.issue28367@psf.upfronthosting.co.za> | | 2016-10-05 19:22:47 | Andrey Smirnov | link | issue28367 messages | | 2016-10-05 19:22:47 | Andrey Smirnov | create | | |