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

TCPServer option to bind and activate #44256

Closed
parente mannequin opened this issue Nov 20, 2006 · 6 comments
Closed

TCPServer option to bind and activate #44256

parente mannequin opened this issue Nov 20, 2006 · 6 comments
Labels
extension-modules C modules in the Modules dir

Comments

@parente
Copy link
Mannequin

parente mannequin commented Nov 20, 2006

BPO 1599845
Nosy @loewis
Files
  • bind.patch: Adds additional params to DocXMLRPCServer too
  • doc.patch: Documentation updates
  • 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 = <Date 2007-03-10.14:42:59.000>
    created_at = <Date 2006-11-20.17:15:59.000>
    labels = ['extension-modules']
    title = 'TCPServer option to bind and activate'
    updated_at = <Date 2007-03-10.14:42:59.000>
    user = 'https://bugs.python.org/parente'

    bugs.python.org fields:

    activity = <Date 2007-03-10.14:42:59.000>
    actor = 'collinwinter'
    assignee = 'collinwinter'
    closed = True
    closed_date = None
    closer = None
    components = ['Extension Modules']
    creation = <Date 2006-11-20.17:15:59.000>
    creator = 'parente'
    dependencies = []
    files = ['7619', '7620']
    hgrepos = []
    issue_num = 1599845
    keywords = ['patch']
    message_count = 6.0
    messages = ['51379', '51380', '51381', '51382', '51383', '51384']
    nosy_count = 3.0
    nosy_names = ['loewis', 'collinwinter', 'parente']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1599845'
    versions = []

    @parente
    Copy link
    Mannequin Author

    parente mannequin commented Nov 20, 2006

    Adds a flag to the TCPServer constructor to automatically call server_bind and server_activate or not. Setting this flag to False gives the programmer the chance to manipulate allow_reuse_address on the instance without having to subclass TCPServer or its derivatives just to change the flag. Adds this flag to SimpleXMLRPCServer.__init__ also. See bug bpo-1595742.

    @parente parente mannequin closed this as completed Nov 20, 2006
    @parente parente mannequin assigned collinwinter Nov 20, 2006
    @parente parente mannequin added the extension-modules C modules in the Modules dir label Nov 20, 2006
    @parente parente mannequin closed this as completed Nov 20, 2006
    @parente parente mannequin assigned collinwinter Nov 20, 2006
    @parente parente mannequin added the extension-modules C modules in the Modules dir label Nov 20, 2006
    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Nov 22, 2006

    Can you please provide documentation patches as well?

    @parente
    Copy link
    Mannequin Author

    parente mannequin commented Nov 30, 2006

    I marked the parameter as new to Python 2.6 in the documentation. Is this correct?

    @collinwinter
    Copy link
    Mannequin

    collinwinter mannequin commented Mar 10, 2007

    Martin, any reason not to apply this?

    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Mar 10, 2007

    It looks fine indeed. Please apply. Make sure you check bpo-1595742 as well.

    @collinwinter
    Copy link
    Mannequin

    collinwinter mannequin commented Mar 10, 2007

    Applied as r54262. Thanks for your patch!

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    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

    0 participants