Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

WIP: bpo-1615158 : POSIX capabilities support (In a separate module)#15815

Closed
nanjekyejoannah wants to merge 2 commits into
python:masterpython/cpython:masterfrom
nanjekyejoannah:issue1615158nanjekyejoannah/cpython:issue1615158Copy head branch name to clipboard
Closed

WIP: bpo-1615158 : POSIX capabilities support (In a separate module)#15815
nanjekyejoannah wants to merge 2 commits into
python:masterpython/cpython:masterfrom
nanjekyejoannah:issue1615158nanjekyejoannah/cpython:issue1615158Copy head branch name to clipboard

Conversation

@nanjekyejoannah

@nanjekyejoannah nanjekyejoannah commented Sep 9, 2019

Copy link
Copy Markdown
Contributor

WIP. Dont bother reviewing now.

Co-Author : Matt Kern

https://bugs.python.org/issue1615158

Comment thread Modules/posixcapmodule.c
#define PY_SSIZE_T_CLEAN

#include "Python.h"
#ifdef MS_WINDOWS

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAICT, this module has nothing to do with Windows, in which case there's no reason to include windows.h or winreparse.h.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noted. This was a result of a copy paste I think. I am revising this patch. Like I said it is still draft. Reviewing it now will waste anyone's time.

@aeros

aeros commented Sep 10, 2019

Copy link
Copy Markdown
Contributor

@nanjekyejoannah:

WIP. Dont bother reviewing now.

Could you please add [WIP] to the title, just after the "bpo-#:" part? This makes it significantly easier to spot.

@matrixise matrixise changed the title bpo-1615158 : POSIX capabilities support (In a separate module) WIP: bpo-1615158 : POSIX capabilities support (In a separate module) Sep 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.