Re: [Python-Dev] make patchcheck and git path

2018-08-26 Thread Michael Felt (aixtools)
When building out of tree there is no .git reference. If I understand the 
process it uses git to see what files have changed, and does further processing 
on those. 

As to workflow, that may be better, but other than the name, unknown to me. 

Sent from my iPhone

> On 24 Aug 2018, at 19:37, Mariatta Wijaya  wrote:
> 
> I don't quite understand the problem you're facing with git and make 
> patchcheck?
> 
> Also, perhaps this is more for core-workflow instead of python-dev.
> 
> Mariatta
> 
> ᐧ
> 
>> On Fri, Aug 24, 2018 at 3:20 AM Michael  wrote:
>> I am trying to be a 'good scout' and run "make patchcheck" more
>> regularly. However, I generally am not successful because I build and
>> test in separate directories.
>> 
>> There is access to git! just no ready reference in the build area.
>> 
>> So, not calling it a bug - but if someone else also experiences this,
>> and feels capable of makeing it more flexible - you will get thanks from
>> me, in any case!
>> 
>> Michael
>> 
>> 
>> ___
>> Python-Dev mailing list
>> Python-Dev@python.org
>> https://mail.python.org/mailman/listinfo/python-dev
>> Unsubscribe: 
>> https://mail.python.org/mailman/options/python-dev/mariatta.wijaya%40gmail.com
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Python REPL doesn't work on Windows over remote powershell session (winrm)

2018-08-26 Thread Steven D'Aprano
On Sat, Aug 25, 2018 at 11:09:10PM +, ZHU Xiang wrote:

> But for the remote Windows powershell session the REPL doesn’t work, 
> when I type ‘’python” on the remote session, there’s nothing happened.
[...]
> FYI, I’ve also opened a issue on Microsoft Powershell GitHub :
> https://github.com/PowerShell/PowerShell/issues/7581

If I have understood this correctly:

https://github.com/PowerShell/PowerShell/issues/7295

and the explanation here:

https://stackoverflow.com/questions/21466372/execution-of-interactive-command-in-remote-powershell-session-not-working/21466434#21466434

I think this is a limitation of Powershell, not Python.

But I am not a Windows admin and don't really understand Powershell, so 
I could be wrong.



-- 
Steve
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com