This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Andrey Smirnov
Recipients Andrey Smirnov, twouters
Date 2016-10-05.19:22:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475695367.16.0.283640170005.issue28367@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-10-05 19:22:47Andrey Smirnovsetrecipients: + Andrey Smirnov, twouters
2016-10-05 19:22:47Andrey Smirnovsetmessageid: <1475695367.16.0.283640170005.issue28367@psf.upfronthosting.co.za>
2016-10-05 19:22:47Andrey Smirnovlinkissue28367 messages
2016-10-05 19:22:47Andrey Smirnovcreate