Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Patch] Also disable the use of <netinet/tcp.h> on CloudABI #71840

Closed
EdSchouten mannequin opened this issue Jul 30, 2016 · 2 comments
Closed

[Patch] Also disable the use of <netinet/tcp.h> on CloudABI #71840

EdSchouten mannequin opened this issue Jul 30, 2016 · 2 comments
Labels
extension-modules C modules in the Modules dir

Comments

@EdSchouten
Copy link
Mannequin

EdSchouten mannequin commented Jul 30, 2016

BPO 27653
Nosy @EdSchouten
Files
  • patch-no-netinet-tcp_h: Patch for disabling use of <netinet/tcp.h> on CloudABI
  • 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 2016-07-30.10:50:24.863>
    labels = ['extension-modules']
    title = '[Patch] Also disable the use of <netinet/tcp.h> on CloudABI'
    updated_at = <Date 2016-07-30.10:50:24.863>
    user = 'https://github.com/EdSchouten'

    bugs.python.org fields:

    activity = <Date 2016-07-30.10:50:24.863>
    actor = 'EdSchouten'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Extension Modules']
    creation = <Date 2016-07-30.10:50:24.863>
    creator = 'EdSchouten'
    dependencies = []
    files = ['43949']
    hgrepos = []
    issue_num = 27653
    keywords = []
    message_count = 1.0
    messages = ['271679']
    nosy_count = 1.0
    nosy_names = ['EdSchouten']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = None
    status = 'open'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue27653'
    versions = ['Python 3.6']

    @EdSchouten
    Copy link
    Mannequin Author

    EdSchouten mannequin commented Jul 30, 2016

    While porting Python over to CloudABI (https://mail.python.org/pipermail/python-dev/2016-July/145708.html), we stumbled upon a small issue that caused the build to fail.

    As CloudABI is a sandboxed environment, there currently isn't any support for modifying low-level network properties, such as TCP socket attributes. For this reason <netinet/tcp.h> is missing, just like on a couple of other platforms (Symbian, Cygwin, etc).

    The attached patch extends the current '#ifndef' to also take CloudABI into consideration.

    @EdSchouten EdSchouten mannequin added the extension-modules C modules in the Modules dir label Jul 30, 2016
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    @benjaminp
    Copy link
    Contributor

    CloudABI is no more.

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    extension-modules C modules in the Modules dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant