Skip to content

Python should support VxWorks RTOS #76085

Closed
@kuhlenough

Description

@kuhlenough
BPO 31904
Nosy @gpshead, @vstinner, @tiran, @bitdancer, @asvetlov, @ambv, @JimJJewett, @izbyshev, @kuhlenough, @miss-islington, @pxinwr
PRs
  • bpo-31904 : Python should support VxWorks RTOS  #4179
  • bpo-31904 : Add support for VxWorks RTOS #4184
  • bpo-31904: Add support for VxWorks RTOS #11951
  • bpo-31904: Add cross-build support for VxWorks RTOS #11968
  • bpo-31904: Add encoding support for VxWorks RTOS #12051
  • bpo-31904: Add posix module support for VxWorks RTOS #12118
  • bpo-31904: Add subprocess module support for VxWorks RTOS #12157
  • bpo-31904: Adapt the _signal module to VxWorks RTOS #12304
  • bpo-31904: Add time module support for VxWorks RTOS #12305
  • bpo-31904: Fix test_os failures for VxWorks RTOS #12319
  • bpo-31904: Add _crypt module support for VxWorks RTOS #12321
  • bpo-31904: fix test_utf8_mode fail issue on VxWorks #12428
  • bpo-31904: Fix file not exist error string #12646
  • bpo-31904 : skip test_cmd_line case for VxWorks doesn't support preexec #12648
  • bpo-31904: fix signalmodule issue in VxWorks #12670
  • bpo-31904: Skip setting RLIMIT_FSIZE and RLIMIT_CPU test case for VxWorks #12719
  • bpo-31904: remove _crypt extension for VxWorks RTOS #12833
  • bpo-31904: Only UTF-8 encoding is supported on VxWorks #13486
  • bpo-31904: Skip zoneinfo tests on VxWorks #13535
  • bpo-31904: Increase LOOPBACK_TIMEOUT to 10 for VxWorks RTOS #19447
  • bpo-31904: set expected default encoding in test_c_locale_coercion.py for VxWorks RTOS #19448
  • bpo-31904: fix fifo test cases for VxWorks RTOS #20254
  • bpo-31904: Fix test_getcwd_long_path failures for VxWorks RTOS #20256
  • bpo-31904: Fix test_netrc for VxWorks RTOS #21675
  • bpo-31904: Fix site and sysconfig modules for VxWorks RTOS  #21821
  • bpo-31904: support signal module for VxWorks #23391
  • bpo-31904: remove libnet dependency from detect_socket() for VxWorks #23394
  • bpo-31904: fix test_doctest.py failures for VxWorks #23419
  • bpo-31904: skip some tests related to fifo on VxWorks #23473
  • bpo-31904: disable os.popen and impacted test cases on VxWorks #21687
  • bpo-31904: add shell requirement for test_pipes #23489
  • bpo-31904: skip test_test of test_mailcap on VxWorks #23507
  • bpo-31904: skip test_getaddrinfo_ipv6_scopeid_symbolic and test_getnameinfo_ipv6_scopeid_symbolic on VxWorks #23518
  • bpo-31904: posixpath.expanduser() handles user home of None #23530
  • bpo-31904: skip some tests of changing owner in _test_all_chown_common() on VxWorks #23716
  • bpo-31904: Define THREAD_STACK_SIZE for VxWorks #23718
  • bpo-31904: Enable libpython3.so share library for VxWorks #23741
  • bpo-31904: Skip test_expanduser and test_expanduser_pwd on VxWorks #23776
  • bpo-31904: Skip some asyncio tests on VxWorks #23815
  • bpo-27640: Add --disable-test-modules configure option #23886
  • bpo-44097: add --enable-pyc-build option to the configure script #23920
  • bpo-31904: add library search path by wr-cc in add_cross_compiling_paths() #24191
  • bpo-31904: Correct error string in test_file_not_exists() for VxWorks #25965
  • [3.10] bpo-31904: Correct error string in test_file_not_exists() for VxWorks (GH-25965) #25983
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = None
    created_at = <Date 2017-10-30.19:56:33.760>
    labels = ['type-feature', '3.10', 'build']
    title = 'Python should support VxWorks RTOS'
    updated_at = <Date 2021-05-08.11:20:17.167>
    user = 'https://github.com/kuhlenough'

    bugs.python.org fields:

    activity = <Date 2021-05-08.11:20:17.167>
    actor = 'Alex.Willmer'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Build']
    creation = <Date 2017-10-30.19:56:33.760>
    creator = 'Brian Kuhl'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 31904
    keywords = ['patch']
    message_count = 46.0
    messages = ['305249', '305511', '305657', '305690', '305869', '305877', '315365', '336680', '336742', '337083', '337867', '337909', '338964', '339059', '339898', '340244', '340245', '340310', '340385', '340406', '340409', '343004', '343008', '366073', '374361', '374460', '374469', '382014', '382020', '382021', '382023', '382198', '382218', '382276', '382525', '382793', '382807', '383009', '383096', '383097', '383098', '383226', '383259', '383467', '385461', '393247']
    nosy_count = 11.0
    nosy_names = ['gregory.p.smith', 'vstinner', 'christian.heimes', 'r.david.murray', 'asvetlov', 'lukasz.langa', 'Jim.Jewett', 'izbyshev', 'Brian Kuhl', 'miss-islington', 'pxinwr']
    pr_nums = ['4179', '4184', '11951', '11968', '12051', '12118', '12157', '12304', '12305', '12319', '12321', '12428', '12646', '12648', '12670', '12719', '12833', '13486', '13535', '19447', '19448', '20254', '20256', '21675', '21821', '23391', '23394', '23419', '23473', '21687', '23489', '23507', '23518', '23530', '23716', '23718', '23741', '23776', '23815', '23886', '23920', '24191', '25965', '25983']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue31904'
    versions = ['Python 3.10']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.10only security fixesOS-unsupportedbuildThe build process and cross-buildtype-featureA feature request or enhancement

      Projects

      Status

      No status

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions