Skip to content

Conversation

filmor
Copy link
Member

@filmor filmor commented Feb 24, 2016

This fixes issues #157 and #128 by allowing the use of the type
subscript operator on all types instead of just generic types,
preventing the shadowing of generic types by a non-generic one like
System.Action or System.EventHandler.

This fixes issues pythonnet#157 and pythonnet#128 by allowing the use of the type
subscript operator on all types instead of just generic types,
preventing the shadowing of generic types by a non-generic one like
System.Action or System.EventHandler.
@filmor
Copy link
Member Author

filmor commented Feb 24, 2016

Note, that the Travis error is not related to this particular PR: https://travis-ci.org/pythonnet/pythonnet/jobs/111424039

@tonyroberts
Copy link
Contributor

@filmor thanks, I've restarted the travis builds - sometimes the nuget restore times out and running again should fix it.

tonyroberts added a commit that referenced this pull request Feb 24, 2016
Move the type subscript implementation into ClassBase.
@tonyroberts tonyroberts merged commit cf5a53e into pythonnet:develop Feb 24, 2016
@filmor filmor deleted the patch-generics branch November 25, 2016 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants